Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



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

Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Trades: 0
Hi All,

Can any1 help how to do ASP and ASP.NET Session Synchronization. I have to do it in .NET.
__________________
- -- --- ---- ----- ------ ------- ---------------
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
 
Register now for full access!
Old 08-07-2006, 09:12 AM Re: ASP and ASP.NET Session Synchronization
saadatshah's Avatar
Extreme Talker

Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Trades: 0
No EXPERT in here?
__________________
- -- --- ---- ----- ------ ------- ---------------
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, 07:55 AM Re: ASP and ASP.NET Session Synchronization
Banned

Posts: 1
Name: peterson
Trades: 0
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 07:25 AM.. Reason: spam deleted. spammer banned!
peterson1 is offline
Reply With Quote
View Public Profile
 
Old 05-29-2007, 03:44 PM Re: ASP and ASP.NET Session Synchronization
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
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 ).
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to ASP and ASP.NET Session Synchronization
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 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.19461 seconds with 12 queries