Reply
ASP and ASP.NET Session Synchronization
Old 08-04-2006, 08:57 AM ASP and ASP.NET Session Synchronization
saadatshah's Avatar
Extreme Talker

Posts: 216
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Hi All,

Can any1 help how to do ASP and ASP.NET Session Synchronization. I have to do it in .NET.
__________________
Traffic School - Driver Ed - Defensive Driving - Texas Defensive Driving - Online Traffic School - Defensive Driving Course
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
When You Register, These Ads Go Away!
     
Old 08-07-2006, 08:12 AM Re: ASP and ASP.NET Session Synchronization
saadatshah's Avatar
Extreme Talker

Posts: 216
Name: Syed Saadat Ali
Location: Lahore, Pakistan
No EXPERT in here?
__________________
Traffic School - Driver Ed - Defensive Driving - Texas Defensive Driving - Online Traffic School - Defensive Driving Course
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
Old 05-29-2007, 06:55 AM Re: ASP and ASP.NET Session Synchronization
Banned

Posts: 1
Name: peterson
Online Traffic School provides the complete information about the online courses viz traffic school, defensive driving, point reduction, driver improvement and driving safety for all 50 states in US.
< Spam link drop removed>

Last edited by chrishirst : 06-01-2007 at 06:25 AM. Reason: spam deleted. spammer banned!
peterson1 is offline
Reply With Quote
View Public Profile
 
Old 05-29-2007, 02:44 PM Re: ASP and ASP.NET Session Synchronization
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,025
Name: Forrest Croce
Location: Seattle, WA
What the hell are you talking about?? He's asking how to do computer programing, not ho to drive. And our friend is based in Pakistan, so driving rules in the US won't be all that helpful.

What about the session do you want to record? Since they're time-limited authentications, I'm not sure exactly what you're wanting to do. Or are you trying to share session state across ASP classic and ASP.NET pages?

If that, you want to assign a unique cookie with a random value when the session is created in ASP, and make an ASP page that can take an IP address and list all the cookie values associated with it right now and the user ID logged in with that cookie ( in case someone is using NAT ), then your ASP.NET code will call that page and determine who the user is. They'll both maintain their own session variables, but this will let you tie them together, sort of like joining two tables on an ID in SQL.

VERY IMPORTANT: This page you make to list out cookie values in classic ASP needs to have some code that checks the calling IP address and only returns this info to the ASP.NET server ( probably the same machine ).
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to ASP and ASP.NET Session Synchronization
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12391 seconds with 13 queries