pass a value into next page

前端 未结 6 1485
鱼传尺愫
鱼传尺愫 2020-12-03 02:02

I have login page, once logged in I create a session variable to store the UserName. I\'ve used this variable to retrieve info for this User from Account table with AccountI

6条回答
  •  伪装坚强ぢ
    2020-12-03 02:58

    You can either use the session variable you stored in the previous page as it should still be accessible or another way is to pass the id over via a querystring such as www.foofoofoo.com?Id=23456.

提交回复
热议问题