vijdev Posted August 9, 2010 Share Posted August 9, 2010 should i store phpsessid in a cookie? php_value session.use_only_cookies 1 php_value session.use_trans_sid 0 Link to comment https://forums.phpfreaks.com/topic/210258-phpsessid-q/ Share on other sites More sharing options...
MadTechie Posted August 10, 2010 Share Posted August 10, 2010 Depends what the server is going to be used for, if you want a cookie free site then no, otherwise yes! if you don't store it in a cookie it will need to be passed another way, ie via the URL Link to comment https://forums.phpfreaks.com/topic/210258-phpsessid-q/#findComment-1097423 Share on other sites More sharing options...
vijdev Posted August 10, 2010 Author Share Posted August 10, 2010 is there a preference for any reason? is there a preference from security point of view? Link to comment https://forums.phpfreaks.com/topic/210258-phpsessid-q/#findComment-1097465 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.