Session & Cookies

  • Thread starter Thread starter Srinivasa Raghavan
  • Start date Start date
S

Srinivasa Raghavan

Hi All,

I am having a userobject(class) which is put into a
session.The Session variable is expiring after 10 to 15
minutes.I don't why can any one explain what could be the
reason.

I am storing cookies in the client side using httpcookie
object.It is working in IE and not in netscape.please
suggest a solution.

I am haiving javascript which works in IE and not in
Netscape.Basically when clicking checkbox in grid i call
the javascript.In Netscape the i am unable to deselected
the checkbox once selected.

Thanks
Srinivasa Raghavan.
 
Hi

Please see my inline replies.
-----Original Message-----
Hi All,

I am having a userobject(class) which is put into a
session.The Session variable is expiring after 10 to 15
minutes.I don't why can any one explain what could be the
reason.
The session time-out value for an ASP.NET session state
is 20 minutes
I am storing cookies in the client side using httpcookie
object.It is working in IE and not in netscape.please
suggest a solution.

I am haiving javascript which works in IE and not in
Netscape.Basically when clicking checkbox in grid i call
the javascript.In Netscape the i am unable to deselected
the checkbox once selected.

Set the targetSchema Property of an HTML Document to
NetScape Navigator 4.0.
 
Back
Top