Re: [phplib] Why am I getting fallback GET sessions if I have cookies and cookie sessions enabled From: Kristian Koehntopp (kris <email protected>)
Date: 03/15/01

In netuse.lists.phplib you write:
>Why am I getting GET sessions ? if I have defined my session class with =
>cookies as the primary method and GET as fallback. I'm getting that in =
>both browsers IE5 and Nav4.72, both are set up with cookies enabled.=20

First access uses GET and Cookie, as it can not know whether Cookies are
enabled. Following accesses will do whatever you configured.

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>