Page 1 of 1

sessions mod_rewrite

Posted: Mon Nov 26, 2007 5:43 am
by user___
Hi guys,
I have a site which uses mod_rewrite and I need to pass sessions through the URL. I do not use cookies. Is there any way to accomplish that?

Posted: Mon Nov 26, 2007 7:43 am
by aaronhall

Posted: Mon Nov 26, 2007 1:47 pm
by RobertGonzalez
Just pass the session id through the URL. You can do it by having a URL writer in the code that parses all URL's or you can just let PHP do what it does when the cookie cannot be set.