[ic] re-write url losing session id help

Rene interchange at hertell.com
Thu Jun 17 12:04:59 UTC 2010


On 17.6.2010 0:48, IC wrote:
> Hi folks,
> 
> I have some urls (not all) that use actionmaps and re-write rules in
> httpd.conf to remove the /cgi-bin/catalog, these pages are losing the
> session though, on each refresh of the page the session changes.
> 
> For example I have in httpd.conf
> 
> RewriteRule ^/actionmap/(.*) /cgi-bin/catalog/actionmap/$1 [PT,L]
> 
> The re-write works fine but the session is lost, if I use the full url path
> eg /cgi-bin/catalog/actionmap/something.html the session is fine, if I use
> /actionmap/something.html the session is lost??
> 
> Any ideas?
> Andy.

To get rid of the cgi-bin/catalog, then here is a guide i made some
while ago. With this you don't need any rewrite-rules in apache...

http://wiki.icdevgroup.org/moin.cgi/CleanURI


René



More information about the interchange-users mailing list