Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

sessions being dropped and info not passed

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
Is it possible to get info from all sessions - We would like to have a view who is logged in into our Is there a way to get the values of every session?

IIS 6.0 & 2003 server- connection keeps getting dropped - Hi, I keep getting with a message in the HTTPErr log whenever an out of process call returns a string output very big in size drops when the call is made to send back the string. I..

IIS 6 -Publishing from FP -site gets dropped in default si.. - Hi When I publish from FP to win2003 server running iis 6.0 the site gets published to the wrong directory on the server it should get published to and istead it gets published to the default website directory I think the problem..

Client certificate when passed to IIS 6.0 getting page can.. - Hi Guys, I have a client is like a day old.when trying hit the url i am getting page cannot be diplayed. I have checked the all the parent in spent about 8 hrs..

Validating parameters passed to CDO.message against inject.. - I'm using a pretty basic VBScript to send for type e-mails to our sales force from a form on our web site (running IIS6.0 on 2003SP1) . The script builds the object from the form in the usual way: iMsg.From =..
Author Message
me

External


Since: Jun 25, 2007
Posts: 2



(Msg. 1) Posted: Mon Jun 25, 2007 5:31 pm
Post subject: sessions being dropped and info not passed
Archived from groups: microsoft>public>inetserver>iis (more info?)

For our webserver the rack is a P4 1.8 Ghz with 1.5 gig of ram running IIS 6
on Windows 2003 server. We have 175 different domains served by this
server. All of them are using Classic ASP with VBScript as the server side
language, and as of this time none are using ASP.Net

The databases are on 2 different machines(one for SQL Server DBs and another
for the Access DBs).

Every now and then we have an issue where a user will log into a site and
almost immediately their session will end. Generally when this happens,
the user can log back on and not have another problem. On a few very rare
occasions the user's session will end once more after they log back on.
However, the session ending very fast to the same user is extremely rare.

This is random as far as the actual domain that it may happen to. This has
also happend to most if not all of the different domains on this server over
the last 10 months or so. Does anyone have any ideas what I should be
looking for to resolve this issue?

Also every now and then we have an issue where after a user has filled out a
form and then submitted it, some of the data from the form fields is not
passed to the next page. Sometimes these are hidden form fields {page
level variables that are assigned to the page (none of these are session
variables, the value in the variable is either passed from the previosu page
or the value is assigned by a call to a recordset)} and sometimes they are
text fields the user has filled out. I have done a for each loop on a
number of occassions to see what data is passed, and what isn't being
passed. Generally, it is just one or more of the hidden fields that is
left blank and very rarely it is all of the fields hidden as well as user
filled out (text, radio, checkbox).

Does anyone have any ideas why all of the information is not passed or in
some cases none of the information is passed?

Each of the above happens very infrequently. So far I have not been able to
see amy discernable pattern as to what information is or isn't passed.
Obviously, the busier the site the more it is noticed.

Is the 1st problem (sessions being dropped) related to the 2nd (form
information not being passed)?

 >> Stay informed about: sessions being dropped and info not passed 
Back to top
Login to vote
Ramon Jimenez

External


Since: Jul 31, 2007
Posts: 5



(Msg. 2) Posted: Tue Jun 26, 2007 3:36 am
Post subject: RE: sessions being dropped and info not passed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi check these KB

PRB: Session State Is Lost in Web Farm If You Use SqlServer or StateServer
Session Mode http://support.microsoft.com/kb/325056/en-us

Client sessions may be lost while accessing a Web Farm program in Windows NT
Server 4.0 and Window 2000 Advanced Server
http://support.microsoft.com/kb/258699/en-us

"me" wrote:

> For our webserver the rack is a P4 1.8 Ghz with 1.5 gig of ram running IIS 6
> on Windows 2003 server. We have 175 different domains served by this
> server. All of them are using Classic ASP with VBScript as the server side
> language, and as of this time none are using ASP.Net
>
> The databases are on 2 different machines(one for SQL Server DBs and another
> for the Access DBs).
>
> Every now and then we have an issue where a user will log into a site and
> almost immediately their session will end. Generally when this happens,
> the user can log back on and not have another problem. On a few very rare
> occasions the user's session will end once more after they log back on.
> However, the session ending very fast to the same user is extremely rare.
>
> This is random as far as the actual domain that it may happen to. This has
> also happend to most if not all of the different domains on this server over
> the last 10 months or so. Does anyone have any ideas what I should be
> looking for to resolve this issue?
>
> Also every now and then we have an issue where after a user has filled out a
> form and then submitted it, some of the data from the form fields is not
> passed to the next page. Sometimes these are hidden form fields {page
> level variables that are assigned to the page (none of these are session
> variables, the value in the variable is either passed from the previosu page
> or the value is assigned by a call to a recordset)} and sometimes they are
> text fields the user has filled out. I have done a for each loop on a
> number of occassions to see what data is passed, and what isn't being
> passed. Generally, it is just one or more of the hidden fields that is
> left blank and very rarely it is all of the fields hidden as well as user
> filled out (text, radio, checkbox).
>
> Does anyone have any ideas why all of the information is not passed or in
> some cases none of the information is passed?
>
> Each of the above happens very infrequently. So far I have not been able to
> see amy discernable pattern as to what information is or isn't passed.
> Obviously, the busier the site the more it is noticed.
>
> Is the 1st problem (sessions being dropped) related to the 2nd (form
> information not being passed)?
>
>
>

 >> Stay informed about: sessions being dropped and info not passed 
Back to top
Login to vote
me

External


Since: Jun 25, 2007
Posts: 2



(Msg. 3) Posted: Tue Jun 26, 2007 1:34 pm
Post subject: Re: sessions being dropped and info not passed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The 1st article says it applies to .NET only. We are only using ASP 3.0
no .Net

Thanks for the reply.


"Ramon Jimenez" <RamonJimenez.DeleteThis@discussions.microsoft.com> wrote in message
news:93652655-E16A-410E-AD4B-037E9D36FE36@microsoft.com...
> Hi check these KB
>
> PRB: Session State Is Lost in Web Farm If You Use SqlServer or StateServer
> Session Mode http://support.microsoft.com/kb/325056/en-us
>
> Client sessions may be lost while accessing a Web Farm program in Windows
NT
> Server 4.0 and Window 2000 Advanced Server
> http://support.microsoft.com/kb/258699/en-us
>
> "me" wrote:
>
> > For our webserver the rack is a P4 1.8 Ghz with 1.5 gig of ram running
IIS 6
> > on Windows 2003 server. We have 175 different domains served by this
> > server. All of them are using Classic ASP with VBScript as the server
side
> > language, and as of this time none are using ASP.Net
> >
> > The databases are on 2 different machines(one for SQL Server DBs and
another
> > for the Access DBs).
> >
> > Every now and then we have an issue where a user will log into a site
and
> > almost immediately their session will end. Generally when this
happens,
> > the user can log back on and not have another problem. On a few very
rare
> > occasions the user's session will end once more after they log back on.
> > However, the session ending very fast to the same user is extremely
rare.
> >
> > This is random as far as the actual domain that it may happen to. This
has
> > also happend to most if not all of the different domains on this server
over
> > the last 10 months or so. Does anyone have any ideas what I should be
> > looking for to resolve this issue?
> >
> > Also every now and then we have an issue where after a user has filled
out a
> > form and then submitted it, some of the data from the form fields is not
> > passed to the next page. Sometimes these are hidden form fields {page
> > level variables that are assigned to the page (none of these are session
> > variables, the value in the variable is either passed from the previosu
page
> > or the value is assigned by a call to a recordset)} and sometimes they
are
> > text fields the user has filled out. I have done a for each loop on a
> > number of occassions to see what data is passed, and what isn't being
> > passed. Generally, it is just one or more of the hidden fields that
is
> > left blank and very rarely it is all of the fields hidden as well as
user
> > filled out (text, radio, checkbox).
> >
> > Does anyone have any ideas why all of the information is not passed or
in
> > some cases none of the information is passed?
> >
> > Each of the above happens very infrequently. So far I have not been
able to
> > see amy discernable pattern as to what information is or isn't passed.
> > Obviously, the busier the site the more it is noticed.
> >
> > Is the 1st problem (sessions being dropped) related to the 2nd (form
> > information not being passed)?
> >
> >
> >
 >> Stay informed about: sessions being dropped and info not passed 
Back to top
Login to vote
Ramon Jimenez

External


Since: Jul 31, 2007
Posts: 5



(Msg. 4) Posted: Wed Jun 27, 2007 12:40 am
Post subject: Re: sessions being dropped and info not passed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We have a similar problem with pure ASP pages.

Our developers decided that they don't need a global.asa file, it worked on
IIS 5.0 (and only one inetinfo process) but when we move into W2K3 and IIS
6.0 and
try to set several w3wp to the same application pool we got the same problem
that you, so we must to leave only one process for every application pool.

Ramon

"me" wrote:

> The 1st article says it applies to .NET only. We are only using ASP 3.0
> no .Net
>
> Thanks for the reply.
>
>
> "Ramon Jimenez" <RamonJimenez.TakeThisOut@discussions.microsoft.com> wrote in message
> news:93652655-E16A-410E-AD4B-037E9D36FE36@microsoft.com...
> > Hi check these KB
> >
> > PRB: Session State Is Lost in Web Farm If You Use SqlServer or StateServer
> > Session Mode http://support.microsoft.com/kb/325056/en-us
> >
> > Client sessions may be lost while accessing a Web Farm program in Windows
> NT
> > Server 4.0 and Window 2000 Advanced Server
> > http://support.microsoft.com/kb/258699/en-us
> >
> > "me" wrote:
> >
> > > For our webserver the rack is a P4 1.8 Ghz with 1.5 gig of ram running
> IIS 6
> > > on Windows 2003 server. We have 175 different domains served by this
> > > server. All of them are using Classic ASP with VBScript as the server
> side
> > > language, and as of this time none are using ASP.Net
> > >
> > > The databases are on 2 different machines(one for SQL Server DBs and
> another
> > > for the Access DBs).
> > >
> > > Every now and then we have an issue where a user will log into a site
> and
> > > almost immediately their session will end. Generally when this
> happens,
> > > the user can log back on and not have another problem. On a few very
> rare
> > > occasions the user's session will end once more after they log back on.
> > > However, the session ending very fast to the same user is extremely
> rare.
> > >
> > > This is random as far as the actual domain that it may happen to. This
> has
> > > also happend to most if not all of the different domains on this server
> over
> > > the last 10 months or so. Does anyone have any ideas what I should be
> > > looking for to resolve this issue?
> > >
> > > Also every now and then we have an issue where after a user has filled
> out a
> > > form and then submitted it, some of the data from the form fields is not
> > > passed to the next page. Sometimes these are hidden form fields {page
> > > level variables that are assigned to the page (none of these are session
> > > variables, the value in the variable is either passed from the previosu
> page
> > > or the value is assigned by a call to a recordset)} and sometimes they
> are
> > > text fields the user has filled out. I have done a for each loop on a
> > > number of occassions to see what data is passed, and what isn't being
> > > passed. Generally, it is just one or more of the hidden fields that
> is
> > > left blank and very rarely it is all of the fields hidden as well as
> user
> > > filled out (text, radio, checkbox).
> > >
> > > Does anyone have any ideas why all of the information is not passed or
> in
> > > some cases none of the information is passed?
> > >
> > > Each of the above happens very infrequently. So far I have not been
> able to
> > > see amy discernable pattern as to what information is or isn't passed.
> > > Obviously, the busier the site the more it is noticed.
> > >
> > > Is the 1st problem (sessions being dropped) related to the 2nd (form
> > > information not being passed)?
> > >
> > >
> > >
>
>
>
 >> Stay informed about: sessions being dropped and info not passed 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]