r-it Posted April 7, 2008 Share Posted April 7, 2008 hi there, i've never done something like this before, but is a session's scope for the whole site? for example if i have sub directories, then can i still use session valiables defined in the root directory for example on them?? Link to comment https://forums.phpfreaks.com/topic/99961-session-question/ Share on other sites More sharing options...
GingerRobot Posted April 7, 2008 Share Posted April 7, 2008 Yes. Thats the who idea of sessions - they are persistant across requests. As the name suggests, they are not persistant across sessions. That is, if the user restarts their browser they will not be set. Link to comment https://forums.phpfreaks.com/topic/99961-session-question/#findComment-511155 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.