Link to home
Start Free TrialLog in
Avatar of mwhuen
mwhuen

asked on

Cookies

I would like to learn how to write Cookies, in order to make a web site like EE, (no need to login in everytime, and my information can be shown in the every web pages).
any one can provide example (source code) to me?
or please provide me some reference web sites.
Thanks.

mwhuen
Avatar of chaduka
chaduka

It really depends on what language you intend to use in your CGI programming.

An excellent resource on Perl cookies is on http://www.bewley.net/perl/cookie-test.html.
Also, check http://www.cookiecentral.com/

Have fun!
Avatar of Paul Maker
activestates help is spot on for this sort of thing. even if your unix. if you have access to win then download it from the web.. its free www.activestate.com

if only for the lovely html help that you get its worth it
Avatar of mwhuen

ASKER

I use Perl for cgi programming.

what method should I use to implement my program?
use Cookies? use hidden values? or what else?

should I change to ASP sessions?
or change to PHP?

mwhuen
Avatar of mwhuen

ASKER

are sessions better than cookies?
ASKER CERTIFIED SOLUTION
Avatar of stephenblade
stephenblade

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial