Hi Benoît,

I recently updated my server to the last revision of gambas, and I
noticed that the Session system didn't work anymore.

After some investigations, I saw that the session cookie path wasn't
the same anymore :

Set-Cookie:SESSION=88.140.174.145:0123456789ABB0C0DB1EEF5;path=/main.gambas.cgi;httponly
(Now)
Set-Cookie:SESSION=88.140.174.145:0123456789ABB0C0DB1EEF5;path=/;httponly
(Before)

The problem is that the CGI script is main.gambas.cgi, but because of
URL rewriting, the user never sees it (he sees index.html or
forum.html for example).

I now the change is intended (rev #5096), but is it possible to
manually set the session path (maybe a Session.Path property) ?

Regards,
Adrien.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to