Hi,
In my project, i am saving all details in Session variables to retain them between pages..
but the problem is,when i save a single value,it is stored in session variable,but suppose i try to save a name-(A B C)-then only A is stored,the values after space are not stored in session variable..
is there any other alternative to using session??
Thanx..
In my project, i am saving all details in Session variables to retain them between pages..
but the problem is,when i save a single value,it is stored in session variable,but suppose i try to save a name-(A B C)-then only A is stored,the values after space are not stored in session variable..
is there any other alternative to using session??
Thanx..
Comment