[Techtalk] PHP, session variables & cookies

Karine Proot kproot at nerim.net
Mon Mar 7 05:48:37 EST 2005


On Sun, 6 Mar 2005 18:24:07 +0000
conor.daly at cod.utvinternet.com wrote:
> I kinda thought php's session functions would use cookies if such were
> available on the client machine but would use some sort of serverside
> tracking if cookies were not an option.  I'm completely not sure of that
> though...

My app uses sessions (and not specifically cookies, as I don't even know how to do that). When the user disables cookies on browser, the app doesn't work anymore (means: never go past the login page).

Then, maybe there's an option somewhere to change that ?

Karine


More information about the Techtalk mailing list