-1

I am making a program in which I need to remember a lot number of things (about 20-30 values at a time). For which I am using sessions.

I just want to know is there any problem in defining large number of sessions. Is there any limit on numbers to define sessions.

1 Answers1

3

No there is no limit to store the number of variables. Also, there's no limit on the amount of data you can store in a session.

devpro
  • 16,184
  • 3
  • 27
  • 38
  • you can follow this link: contains amazing information: http://stackoverflow.com/questions/4274955/are-there-limits-for-session-variables – devpro Dec 31 '15 at 08:54