[Gambas-user] Session.CookiePath
Hans Lehmann
hans at gambas-buch.de
Sun Dec 27 11:29:44 CET 2020
Hello,
while working with the Session class I used the following source code:
<%
Print "<br>SESSION-COOKIE-PATH = "; Application.Root;
Print "<br>SESSION-COOKIE-PATH = "; CGI["SCRIPT_NAME"];
Print "<br>SESSION-COOKIE-PATH = "; Session.CookiePath;
%>
I expected three identical results.
But these are the results:
SESSION-COOKIE-PATH =
SESSION-COOKIE-PATH = /.
SESSION-COOKIE-PATH =
Where is the error?
With kind regards
Hans
More information about the User
mailing list