Jump to content

Sessions & Cookies...


ankurraheja

Recommended Posts

I have a line of code $_SESSION['name']=$name

 

- What does PHP do when it stores the $name in the session? What I see in the cookie is only a string of random characters...

 

- Can I read the cookie and tell what is stored in it or can I use PERL or Java to read this cookie and get the actual value of $name ?

 

- Is there some kind of encoding or encryption used and how can it be reversed, without using PHP ?

Link to comment
https://forums.phpfreaks.com/topic/42619-sessions-cookies/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.