Gossamer Forum
Home : General : Perl Programming :

Dam* problem with cookies...

Quote Reply
Dam* problem with cookies...
guys... I just run into this annoying problem lately. I have a webpage on a free host http://virtualave.net which sets a cookie via the simple "Set-Cookie: name=value;" syntax in a simple PERL script.

It works fine as long as i access the script at its original location such as http://myusername.virtualave.net/cgi-bin/cookie.cgi, but it stopped working as soon as I put http://myusername.virtualave.net inside a free redirection service URL such as http://myusername.cjb.net and access it from the new short URL.

It seems that the cjb.net put my site under a frame and therefore disabled all my scripts' abilities to set cookies, even javascripts on my pages stopped working.

I am well aware of the security issues but this is too much... my scripts are just setting cookies for its own use and should have functioned whether it's under a different domain's frame or not.

It appears that under cjb.net's frame all cookie setting and retrieving ability of my script are lost.

is there anyway to set a cookie under different domain frameset? plz give me ur help...


============
Enjoy Your Day!
============
SponsorPlus.NET
============
Subject Author Views Date
Thread Dam* problem with cookies... spnet 3583 Oct 24, 2002, 3:10 PM
Thread Re: [spnet] Dam* problem with cookies...
Alex 3448 Oct 25, 2002, 1:24 PM
Post Re: [Alex] Dam* problem with cookies...
spnet 3433 Oct 25, 2002, 8:11 PM