|
Posted by David Gillen on 01/09/07 12:43
Erwin Moller said:
> David Gillen wrote:
>
>> Hi. I'm hoping someone here can help.
>> I'm setting sessions, with work where cookies are accepted. I've enabled
>> trans session id so they should work where cookies aren't. And it seems to
>> be working for parts of the site. Unforunately on certain pages it isn't
>> picking up the PHPSESSID from the GET variable. To make matters worse, I'm
>> doing some URL rewriting to convert
^^^^^^^^^^^^^^^^^^^^^^^^
>> /123/prod.html&PHPSESSID=12345 to prod.php?id=123&PHPSESSID=12345
>
> Are you sure you are not using mod_rewrite or something?
I am using rewriting. I'm wondering though are $_GET variables not available
to the rewrite engine?
> If so, check the regxp, because I expect your rewrite engine is on.
>
It is definitely on, which is what we want.
D.
--
Navigation:
[Reply to this message]
|