php - session_start() -


i have page just:

<?php session_start(); ?> 

the server response headers showing:

http/1.1 200 ok date: fri, 01 jul 2011 03:30:07 gmt server: apache x-powered-by: php/5.2.11 expires: thu, 19 nov 1981 08:52:00 gmt cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 pragma: no-cache set-cookie: phpsessid=zok****************; path=/ content-type: text/html 

i expecting file in start/run/cookies like:

user@mysite[1] 

but there none.

why not?

my end point have usual logged in / not logged in test each page including splash page ...

session data stored on server , not on client side. store session data on client have enable session.use_only_cookies.

have @ php manual @ http://php.net/manual/session.security.php


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -