Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Sessions


Message #1 by "Niju Pilllai" <nspillai@n...> on Fri, 6 Oct 2000 08:51:32 +0530
This is a multi-part message in MIME format.



------=_NextPart_000_0123_01C02F72.A0005F10

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



1.How do upload files(binary files) from client machines to the server 

and

save them on the server.

2.Imagine this scenario : there are two webservers running the same

application that is they are in a cluster and a load balancing software 

is

being used to redirect new users to that webservers which has the least

traffic. And they are both connected to the same database server.



The problem :

Now a user comes to this site and is redirected to one webserver.On this 



server a session is created for this new user.Now suppose this user is

redirected to the other webserver,



can we maintain the same session.??

if no is the answer for the above Q, then how do u maitain the users 

session

on the two different servers ??



3.Is there any method, object or component in ASP that facilitates

interaction with MS word, MS Excel etc. if yes then send me an example 

of it

??








Message #2 by Robert Chartier <rchartierh@a...> on Fri, 06 Oct 2000 08:18:02 -0700
http://www.aspfree.com/devlinks



1. search for UPLOAD

2. click the state/session management category or go to 

http://www.aspalliance.com/nothingmn/view.asp?aid=10

3. search for OFFICE









At 08:51 AM 10/6/2000 +0530, you wrote:

>1.How do upload files(binary files) from client machines to the server and

>save them on the server.

>2.Imagine this scenario : there are two webservers running the same

>application that is they are in a cluster and a load balancing software is

>being used to redirect new users to that webservers which has the least

>traffic. And they are both connected to the same database server.

>

>The problem :

>Now a user comes to this site and is redirected to one webserver.On this

>server a session is created for this new user.Now suppose this user is

>redirected to the other webserver,

>

>can we maintain the same session.??

>if no is the answer for the above Q, then how do u maitain the users session

>on the two different servers ??

>

>3.Is there any method, object or component in ASP that facilitates

>interaction with MS word, MS Excel etc. if yes then send me an example of it

>??



Rob Chartier

Internet Developer

http://www.aspfree.com/devlinks




  Return to Index