Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cookie Implementation... What's missing?

Status
Not open for further replies.

inaflash

Programmer
Jun 8, 2000
3
AU
Can anyone help me implement cookies on my script.&nbsp;&nbsp;What am I missing.<br><br>print &quot;Set-Cookie: &quot;;<br>print &quot;Name&quot;, &quot;=&quot;, $name, &quot;; expires=&quot;, $expires, &quot;; path=&quot;, $path, &quot;; domain=&quot;, $server_domain, &quot;\n&quot;;<br><br>given of course the variables and use CGI qw/:standard/;<br><br>My browser DOES support cookies and I can't figure out why nothing is being written.<br><br>I'm trying to use this type of syntax for teaching purposes so I don't really want to sway to much from this fundamental model.<br><br>Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top