I opened a thread in the javascript forum about cookies (I never worked with this!).
Luciddream responded that I should ask this here in the PPerl forum which I was actually about to do as I found somewhere that you can set cookies directly from Perl:
This is what it should look like according to this source:
Content-type: text/html
Set-Cookie: foo=bar; path=/; expires=Mon, 31-Jan-2001 00:00:00 GMT
I tried it but it returns errors. I guess it is not as simple as that.
What does "path=/" stand for?
And does anybody know what I should change to get this to work?
Ron
Luciddream responded that I should ask this here in the PPerl forum which I was actually about to do as I found somewhere that you can set cookies directly from Perl:
This is what it should look like according to this source:
Content-type: text/html
Set-Cookie: foo=bar; path=/; expires=Mon, 31-Jan-2001 00:00:00 GMT
I tried it but it returns errors. I guess it is not as simple as that.
What does "path=/" stand for?
And does anybody know what I should change to get this to work?
Ron