mac007 Posted February 1, 2009 Share Posted February 1, 2009 Hello, all: was wandering setting a session is possible even cookies are disabled in a browser... or if they are turned off, is there a way to still force a session thru?? thanks! Link to comment https://forums.phpfreaks.com/topic/143335-solved-can-a-session-be-set-even-if-cookies-are-disabled-in-a-browser/ Share on other sites More sharing options...
jscix Posted February 1, 2009 Share Posted February 1, 2009 Sessions data is saved server side.. I'm not aware of being able to disable session cookies VIA the web browser, (I know you can CLEAR them), anyway if they could.. the browser would simply not load load the data from the server. and no you can't force a browser to do anything. Link to comment https://forums.phpfreaks.com/topic/143335-solved-can-a-session-be-set-even-if-cookies-are-disabled-in-a-browser/#findComment-751763 Share on other sites More sharing options...
PFMaBiSmAd Posted February 1, 2009 Share Posted February 1, 2009 If cookies are disabled you can pass the session id on the end of the URL - http://us.php.net/manual/en/session.idpassing.php Link to comment https://forums.phpfreaks.com/topic/143335-solved-can-a-session-be-set-even-if-cookies-are-disabled-in-a-browser/#findComment-751765 Share on other sites More sharing options...
mac007 Posted February 1, 2009 Author Share Posted February 1, 2009 Thank you PFM... Link to comment https://forums.phpfreaks.com/topic/143335-solved-can-a-session-be-set-even-if-cookies-are-disabled-in-a-browser/#findComment-751838 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.