How much amount of information will be stored within a session

Showing Answers 1 - 4 of 4 Answers

saravanaraj

  • Nov 6th, 2005
 

In a session wee can store large amount of data as much as possible. Initially session is used to store information by the client while transaction is made.

  Was this answer useful?  Yes

bhanamant

  • Dec 9th, 2005
 

we can stored large amount of date with session(i.e. no limitation for storing data). but limitation of session id will be limited to 4k.

regards,

ganesan r.

  Was this answer useful?  Yes

Dhananjay

  • Dec 13th, 2006
 

In session you can store data of server RAM size, ofcourse it is available RAM size, lets say RAM is 128 MB and on booting the system say 28 MB is used By Operating System or other services, then u can store up to 100 mb of data in session

Cheers

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions