Go Back  Xtreme Visual Basic Talk > Other Languages > Web Programming > Using cookies as member verification


Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2002, 10:57 AM
Aquila's Avatar
Aquila Aquila is offline
Contributor
 
Join Date: Oct 2002
Location: Ocala, Fl.
Posts: 597
Default Using cookies as member verification


Hi, I want to use a cookie accross several different websites (a member ring of websites)

I can already call and use the cookie on the website that makes it.

But I want the user to be able to select the option

"Automaticly login to any member websites"

for instance I want the same cookie to be used on

123.com
1234.com
12345.com
etc
Reply With Quote
  #2  
Old 11-13-2002, 11:03 AM
clongo's Avatar
clongo clongo is offline
Regular
 
Join Date: Sep 2002
Location: Cleveland, Ohio
Posts: 71
Default

Are these web sites all created by you?

If so, at the start of each session request the presence of the cookie?
__________________
    • "Sneaky, sneaky Sir!"
Reply With Quote
  #3  
Old 11-13-2002, 11:06 AM
Aquila's Avatar
Aquila Aquila is offline
Contributor
 
Join Date: Oct 2002
Location: Ocala, Fl.
Posts: 597
Default

Quote:
Originally posted by clongo
Are these web sites all created by you?

If so, at the start of each session request the presence of the cookie?
Yes.

but wouldn't that overwrite the cookie written on the other site, instead of just using the cookie from the other site?

All the sites have the code to make and read the cookie, and its all exactly the same. except it makes an individual cookie for each of the websites. I want it to use the same cookie for all of them.
Reply With Quote
  #4  
Old 11-13-2002, 11:39 AM
clongo's Avatar
clongo clongo is offline
Regular
 
Join Date: Sep 2002
Location: Cleveland, Ohio
Posts: 71
Default

Take a look at this site. See if it helps.

http://www.softartisans.com/softartisans/techfour.html
__________________
    • "Sneaky, sneaky Sir!"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->