473,382 Members | 1,635 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

session setup page

Joe
I have a page I created that says "Session setting up, please wait...". I
use this page to setup all the information needed for the users session
(this could take 10 seconds or so).

The problem I'm having is that the page never displays.

Is there a way to get the page to display? I tried doing my setup in the
Page_Load and after do a Response.Redirect to the page they need.
Nov 18 '05 #1
2 994
Hi Joe,

That is not exactly an easy task to accomplish but the Microsoft Patterns
and Practices group has published some good articles to help with this. You
will need to use asynchronous programming and here are a couple of links to
help you out.

Multithreading and Asynchronous Programming in Web Applications
http://msdn.microsoft.com/library/de...forwc-ch06.asp

How To: Execute a Long-Running Task in a Web Application
http://msdn.microsoft.com/library/de...forwc-ch06.asp

HTH

-Chris
http://weblogs.austinspad.com/caustin
"Joe" <J_no_spam@_no_spam_Fishinbrain.com> wrote in message
news:uQ****************@TK2MSFTNGP12.phx.gbl...
I have a page I created that says "Session setting up, please wait...". I
use this page to setup all the information needed for the users session
(this could take 10 seconds or so).

The problem I'm having is that the page never displays.

Is there a way to get the page to display? I tried doing my setup in the
Page_Load and after do a Response.Redirect to the page they need.

Nov 18 '05 #2
In first page you should just display the message " session setting up,
please wait". Then redirect to some other page where you need to do that
long running operation.

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Joe" <J_no_spam@_no_spam_Fishinbrain.com> wrote in message
news:uQ**************@TK2MSFTNGP12.phx.gbl...
I have a page I created that says "Session setting up, please wait...". I
use this page to setup all the information needed for the users session
(this could take 10 seconds or so).

The problem I'm having is that the page never displays.

Is there a way to get the page to display? I tried doing my setup in the
Page_Load and after do a Response.Redirect to the page they need.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: james | last post by:
I am new to php and need some help getting the session variables into include files. (after-thought, Sorry for the drawn out post but I really, really need help....;) Here's what I'm doing.. ...
7
by: ehendrikd | last post by:
hi all i need some clarification on how the php session work in relation to cookies. we have a web site where users need to log in. a few of our users were having troubles with their browser...
5
by: Marc Rivait | last post by:
Here is a very interesting scenario. I have a simple test application that loads a page and sets a session variable on the load event. On the first page there is a link to a second page. The...
2
by: Gordon Burditt | last post by:
I had this idea about preventing session fixation, and I'm wondering what anyone else thinks about it. The idea is, essentially, don't allow session ids that YOUR PHP didn't generate (and aren't...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.