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
""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.
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
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
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
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
6 matches
Mail list logo