Posted by artev on 01/04/07 18:38
> I user mod_rewrite in combination with sessions all the time. No problem if
> they are in a cookie (and offcourse the domain stays the same...), or if
> it's in the POST in an internal redirect. When the session id is in a GET
> variable, add the [QSA] (query string append) flag to all your rewrites so
> it will be carried over, like:
> RewriteRule . /site/index.php [L,QSA]
I insert my variable innera a $_SESSION (not POST or GET) ;
any idea for the solution?
QSA is for GET, but for SESSION that is?
[Back to original message]
|