Return to Snippet

Revision: 10600
at January 5, 2009 10:32 by sveggiani


Initial Code
// These commands must be set BEFORE the session is started
ini_set('session.use_trans_sid', false);
ini_set('session.use_only_cookies', true);
ini_set('url_rewriter.tags', '');

//start session...

Initial URL


Initial Description
not my code, forgot where I've found it

Initial Title
force cookies for sessions

Initial Tags


Initial Language
PHP