|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
how do i know which user is entering data?
i am currently working on a cinema website which requires users to book tickets. i have managed to link the website to my database and currently have a robust password and joining page(s) workin with the database.<br><br>however once the user has logged in how do i know which user is purchasing cinema tickets? this is achieved through sessions but they are not working.
|
|
#2
|
|||
|
|||
|
assign them a session variable when they successfully logon<br><br>Session("userName") = request.Form("logonName")<br><br>Then when the record is created put the session variable in a database field.
|
|
#3
|
|||
|
|||
|
sorry but what do you mean by the session is not working?<img border="0" src="/forum/emoticons/shocked.gif" height="15" width="15" alt="shocked" /> <br>if you are using the session then it should be working<br>can you please submit some code that we can determine why you are not getting the results you want?<br> <img border="0" src="/forum/emoticons/yeah.gif" height="25" width="19" alt="yeah" />
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > how do i know which user is entering data? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|