Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Session & Cookies

Reply
Thread Tools

Session & Cookies

 
 
Srinivasa Raghavan
Guest
Posts: n/a
 
      08-08-2003
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.



 
Reply With Quote
 
 
 
 
Ravikanth[MVP]
Guest
Posts: n/a
 
      08-08-2003
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.



>Thanks
>Srinivasa Raghavan.
>
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Give Request.Cookies and Response.Cookies is there any reason to use another method to use cookies? _Who ASP .Net 7 09-18-2008 07:49 PM
What's the proper way of reading cookies? Request.Cookies("mycook") doesnt work user ASP .Net 3 03-31-2007 01:53 PM
Response.Cookies vs Request.Cookies Alex Nitulescu ASP .Net 1 02-03-2005 09:43 AM
Persistent Cookies vs. session cookies Andy Fish Java 3 11-06-2003 10:44 AM
Good Cookies bad Cookies? AK Computer Support 23 10-26-2003 05:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57