Hello

I want store value in session variable for the antonyms user and this value get after user log in.
So i tried like this $_session['variable']="some value' but this value did not get after the log in.
so in drupal have any function which use to store value in antonyms user's session and retrieve after the login.

Thanks in advance

Comments

nedjo’s picture

I believe the problem is that a new session is created when the user logs in.

excellent_new’s picture

hi

when user login that time old session variable value is destroyed
so now a any way to fetch the selected data after log in
actually i want that without log in user select multiple jobs using checkbox group but
when user login that time time i want to store this selected value in a user table with specific this user id

Thanks