iarp Posted May 26, 2009 Share Posted May 26, 2009 Besides being able to name your own, is there any real benefit to naming your own sessions rather then using it's own naming scheme? Link to comment https://forums.phpfreaks.com/topic/159650-session_name/ Share on other sites More sharing options...
JonnoTheDev Posted May 26, 2009 Share Posted May 26, 2009 Doesn't make sense, please explain. Link to comment https://forums.phpfreaks.com/topic/159650-session_name/#findComment-842143 Share on other sites More sharing options...
Ken2k7 Posted May 26, 2009 Share Posted May 26, 2009 Not that I know of. You can use it so it doesn't mix with other SESSIONs. So if you have sessions under the name "test" and someone just used session_start(), your sessions won't work. Preference thing really. Link to comment https://forums.phpfreaks.com/topic/159650-session_name/#findComment-842267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.