Re: Where does php session cookies stored



Hi Ron

Thanks for ur reply.. I have some more questions please....

I tried with what u said but I could not find the cookie
file I am sure that the session handler is set to handle cookies
because I dont have any problem with accessing cookie variable and
session variable every thing works fine But I am curious about seeing
the cookie file what my program has created. Meanwhile if I open
yahoo.com I could see the cookie file created by the yahoo.

So I uploaded my test file to another server and checked and
now I could see the cookie file.

I have learned that by default cookies are not created its
either created by javascript or server side scripting. In php,
session_start() and setcookie() will create a cookie

Now I removed these two function in my file and I had only html
code But still cookies are created I am very much confused.....

My Questions are.

1) when I run my script in server (A) cookie file is not created
where as when I run the same script in server (B) cookie file is
created why?????

2) Does a html page creates a cookie.

3) Can a value stored in a cookie be edited. (ie I am storing a
variable called access level in the cookie based upon the access level
i will give permission to the user, Since cookies are stored in the
client machine can the user open the cookie file and edit the access
level )


regards
moses

.



Relevant Pages

  • Re: Reading a cookie
    ... cookie, reads a value, and then use a switch/case to take action based ... on that value in thecookie. ... We are trying to develop a simple script ... the same registration form on a remote server. ...
    (comp.lang.php)
  • Re: error code 0x80072EFD
    ... [CallerId = AutomaticUpdates] ... cookie, reporting URL = ... the server with hr = 80072efd. ...
    (microsoft.public.windowsupdate)
  • Re: Login for access to certain pages or parts?
    ... I know roughly what an .htaccess file is and I have access to more than this on my own server, but not more on commercial servers that host various sites I have made or maintain. ... The successful login routine sets the cookie by testing to see if the password the user has entered matches the one in your database for that user. ... For pages that can be accessed by multiple groups, your authorize function could be passed a comma-delimited list of allowable groups for that page. ... // Authorizes user based on group, redirects if necessary. ...
    (alt.php)
  • CSS on Microsoft Content Management Server
    ... "Microsoft® Content Management Server 2001 is an enterprise Web ... Active Server Pages script called ManualLogin.asp) where they must ... the cookie with the Server Security Key. ...
    (Bugtraq)
  • Chicken and egg issue with Cookie based login?
    ... I have few questions I hope someone can clear up for me with the cookie ... private web server. ... It also says this about the secret key: ... Second, would be an example of the "Session ID" or more general, what is an ...
    (comp.security.misc)