advanced code snippet search
sveggiani on 01/05/09
cookies sessions
01/05/09 10:32am
2 people have marked this snippet as a favorite
umang_ninevali29
not my code, forgot where I've found it
// These commands must be set BEFORE the session is startedini_set('session.use_trans_sid', false);ini_set('session.use_only_cookies', true);ini_set('url_rewriter.tags', ''); //start session...
Report this snippet Tweet
Comment:
You need to login to post a comment.