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
============
Quote Reply
Re: [spnet] Dam* problem with cookies... In reply to
Hi,

I don't think so, I think this is an IE security feature, and you'd need to look at lowering your IE security settings.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Dam* problem with cookies... In reply to
Thanks Alex. and thx again for ur wonderful Links2.

my site depends on it Smile


============
Enjoy Your Day!
============
SponsorPlus.NET
============