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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cookies?

Status
Not open for further replies.

safra

Technical User
Jan 24, 2001
319
NL
Hi,

I'm working on a password protected database system which will be only available from certified pc's.

I think I should use a cookie for this with a variable in it(I have no experience with cookies)?

- The cookie has to be set manually
- When the user login the first part of the perl script should read the cookie (match the variable) and redirect if not true or continue if true.

I have no idea how the cookie should look like and how I can read the cookie (match the variable) from the perl script.

Is there anybody who can help me with this?

Ron
 
try using serverside script, like PHP, Perl or so.
First of all much easier and second, far more reliable...

MiQ
mcvdmvs@mcvdmvs.net
Yeah, well, erhm, ok... I'm busy trying to teach myself JavaScript, C++, Java and other webrelated stuff.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top