Re: [PHP] Re: session data not recorded

2005-07-18 Thread kalinga
have a look here.. http://www.php.net/session scroll down the page you will find some better session handling codings! vk. On 7/18/05, Mark Rees <[EMAIL PROTECTED]> wrote: > ""Alessandro Rosa"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I have a problem to record sessi

[PHP] Re: session data not recorded

2005-07-18 Thread Mark Rees
""Alessandro Rosa"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a problem to record session data and I would you > help me. I suppose there's something I missed in the general > configurations during the last install, but I can't realize it. Review the settings in php.ini.

[PHP] Re: Session data is lost

2003-09-30 Thread Gal
please paste an example of the 2 pages Harald Kürsten wrote: Hi. In my script I start a session, register certain variables and redirect to the next page. The session file is written to /tmp, but contains no data ! Any idea ? Thanx for help, Harald -- PHP General Mailing List (http://www.php.net

[PHP] Re: Session Data

2003-03-21 Thread Anthony
Are you using something like $_SERVER['HTTP_HOST'] or $_SERVER['PHP_SELF'] to get the base URL for the app when doing the redirect? If you have the whole URL typed in and switch from something like www.mydomain.com to mydomain.com, the browser may think it's a different site and loose the cookie wi

[PHP] Re: Session data not being deleted on browser close.

2002-07-09 Thread Yasuo Ohgaki
Don't cross post such question... All you need to understand is how cookie is managed unless you are passing session id via URL. Read RFC2965 and RFC2964. You probably want to read netscape cookie spec also. -- Yasuo Ohgaki Youngie wrote: > Why would my session data not be deleted after my bro

[PHP] Re: session data vs cookie data

2002-01-30 Thread Michael Kimsal
Erik Price wrote: > I have read elsewhere that depending on Cookie data for site > authentication is false economy, because Cookie data can be spoofed. > > I'm designing a login that auto-fills a person's name into a field for > authentication (based on their $user_id, which is stored in the c