Need help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehamaru
    New Member
    • Jul 2007
    • 12

    #1

    Need help

    it can not be done without cookie supprt .

    1 Session shares data in multiople web application with same webserver / contaioner .
    2 By default seesion is thread safe.
    3 Any serlizble obkjct put into session .
    4 every browse must supprt cookie .
    5 seesion is invalidate after times minute activity.

    which answer is suitable for session.

    2)objectput (Object key , object value) in hashtable

    it gives null .
    neither key nor value would be null otherwise it give null pointer exception .
    it will give duplicatepoinet exception .
    key cannnot be null but value can be .

    which is the best suitbale for hashtable .
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by nehamaru
    it can not be done without cookie supprt .

    1 Session shares data in multiople web application with same webserver / contaioner .
    2 By default seesion is thread safe.
    3 Any serlizble obkjct put into session .
    4 every browse must supprt cookie .
    5 seesion is invalidate after times minute activity.

    which answer is suitable for session.

    2)objectput (Object key , object value) in hashtable

    it gives null .
    neither key nor value would be null otherwise it give null pointer exception .
    it will give duplicatepoinet exception .
    key cannnot be null but value can be .

    which is the best suitbale for hashtable .
    Please read the posting guidelines.

    Comment

    Working...