Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Session & Cookies

    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.



    Srinivasa Raghavan Guest

  2. Similar Questions and Discussions

    1. seeking session cookies
      For CF MX 7 under Windows 2003 Server and IIS 6 -- I would like CF to use session, rather than persistent cookies to manage sessions. The...
    2. Cookies Vs Session
      Hi guys I was just wondering is it better to use cookies or session variables? Thanks.
    3. How to send ASP Session cookies
      Hi all, Anyone know how to send ASP Session cookies like the following: 'Set-Cookie: ASPSESSIONIDCSBRSDCT=IOLJEPNDANEDGDFGPEKLNGEA; path=/'...
    4. Losing Session Cookies
      Hello, I have been having a problem with IE6 / ASP losing session cookies. I have two sites myserver/test myserver/beta The server name is...
    5. SESSION AND COOKIES
      Hi, I've previouly posted a question concerning the lack of succesfull sessions while running scripts on my localhost. Now, I've found out that...
  3. #2

    Default Session & Cookies

    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.
    >
    >
    >
    >.
    >
    Ravikanth[MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139