Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - MultipleWebsites\Sessions

 
Thread Tools Search this Thread
Old 02-28-2006, 10:23 PM   #1
Default MultipleWebsites\Sessions


We have a static website created with dreamweaver and a database website
created in ASP.NET. Both sites have a the same url name, but one ends
with .org and the other is a .com. The user gets to the ASP.NET site by
ckicking a link on the static site. We have a grid that displays
images, when the user clicks an image we would like to open up a page,
it will be on the static site, in a different browser window. When the
user is done viewing the page they will close it and return back to the
grid, to select any items they want to purchase. Are we going to be
loosing our ASP.NET session by opening up the other site in a different
browser?

Thanks



gh
  Reply With Quote
Old 03-01-2006, 02:25 AM   #2
Raymond
 
Posts: n/a
Default Re: MultipleWebsites\Sessions
No

"gh" <> wrote in message
news:...
> We have a static website created with dreamweaver and a database website
> created in ASP.NET. Both sites have a the same url name, but one ends
> with .org and the other is a .com. The user gets to the ASP.NET site by
> ckicking a link on the static site. We have a grid that displays
> images, when the user clicks an image we would like to open up a page,
> it will be on the static site, in a different browser window. When the
> user is done viewing the page they will close it and return back to the
> grid, to select any items they want to purchase. Are we going to be
> loosing our ASP.NET session by opening up the other site in a different
> browser?
>
> Thanks
>





Raymond
  Reply With Quote
Old 03-01-2006, 10:13 AM   #3
Hans Kesting
 
Posts: n/a
Default Re: =?UTF-8?B?TXVsdGlwbGVXZWJzaXRlc1xTZXNzaW9ucw==?=
> We have a static website created with dreamweaver and a database website
> created in ASP.NET. Both sites have a the same url name, but one ends with
> .org and the other is a .com. The user gets to the ASP.NET site by ckicking
> a link on the static site. We have a grid that displays images, when the
> user clicks an image we would like to open up a page, it will be on the
> static site, in a different browser window. When the user is done viewing
> the page they will close it and return back to the grid, to select any items
> they want to purchase. Are we going to be loosing our ASP.NET session by
> opening up the other site in a different browser?
>
> Thanks


The session cookie is bound to the exact server name, so you will not
lose that. But: if the user remains on that static site for longer than
the regular session timeout (default: 20 minutes) the cookie will still
be there, but the (server side) session will have expired.
That is, if there is no activity (of that user) on the aspnet server in
the meantime (this would reset the timeout).

Hans Kesting




Hans Kesting
  Reply With Quote
Reply


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

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46