Ask a Question related to ASP.NET General, Design and Development.
-
Jakob Ehn #1
aspx in IFRAME starts multiple session
I have a html portal page, where there are several IFrames. All IFrames
point to aspx pages
that belong to one aspnet web application.
The problem I am having is that when I first go to the html page, a new
aspnet session is started
FOR EACH IFrame!! This means that 7-8 sessions are started. After this, it
seems as the web application
only uses that last session.
So the web app works ok, but the performance of having 7-8 sessions started
instead of 1 is a bit annoying
(I do quit a bit of database access in sessionstart)
Anyone know how to get around this?
Regards
/Jakob
Jakob Ehn Guest
-
#25116 [Opn->Fbk]: PHP can't find session, it starts the new session
ID: 25116 Updated by: derick@php.net Reported By: leo dot jokinen at laurea dot fi -Status: Open +Status: ... -
#25116 [NEW]: PHP can't find session, it starts the new session
From: leo dot jokinen at laurea dot fi Operating system: Windows XP home PHP version: 4.3.2 PHP Bug Type: Session related... -
No Page_Load event when aspx is in iFrame?
It might be me but... I dont seem to get a Page_Load event when a opening an ASPX in an iFrame. I do geta Page_Load event when an item on the... -
iframe in aspx page
I have an aspx page: Main.aspx which has several components that cause a postback. In the page Main.aspx I also have an iframe which contains a... -
aspx page in IFRAME.
I'm calling window.showModalDialog in IE6 to place an IFRAME in a web page dialog box. I'm not abale to select or copy any text in IFRAME. It... -
[MSFT]Allen #2
RE: aspx in IFRAME starts multiple session
See the question "Q: I have a frameset page which has an HTM extension, and
I found out each frame it contains display a different session id on the
first request. Why?" in this FAQ:
[url]http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=7504[/url]
HTH,
-Allen
Disclaimer:
This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? [url]http://www.gotdotnet.com[/url]
--------------------
| From: "Jakob Ehn" <jakob@osirisdata.com>
| Subject: aspx in IFRAME starts multiple session
| Date: Thu, 7 Aug 2003 09:35:15 +0200
| Lines: 22
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <eCPliZLXDHA.2384@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: mail.siriso.se 213.131.135.253
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:165647
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have a html portal page, where there are several IFrames. All IFrames
| point to aspx pages
| that belong to one aspnet web application.
|
| The problem I am having is that when I first go to the html page, a new
| aspnet session is started
| FOR EACH IFrame!! This means that 7-8 sessions are started. After this, it
| seems as the web application
| only uses that last session.
|
| So the web app works ok, but the performance of having 7-8 sessions
started
| instead of 1 is a bit annoying
| (I do quit a bit of database access in sessionstart)
|
| Anyone know how to get around this?
|
| Regards
| /Jakob
|
|
|
|
|
[MSFT]Allen Guest



Reply With Quote

