If i declared a variable as public in a web page, does this variable can hold the same value between different sessions, or each session has its own copy?
And if yes it holds between sessions, how to prevent that? is there an attribute to declare as for one session copy?
May be its a silly question? but i am confused about something..