|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Problem with building a member area 2/6
Hello
I have a problem with "building a member area 2/6" First i couldn´t log in and then i saw a thread here that exlained to me wha i have to do. so know i see that i´m logged in, but there isn´t any data in the session? I´t just checks the session Id and returns true the session file in the temp folder creates but she´s empy so i guess that she just creates session id and nothing else That´s why on the index page, it´s just show´s Welcome ? you are now logged in, but where the ? sign ism should output some data like username or firstname lastname. Can anybody help me? p.s. I´m in windows machine and no problem with sessins on other site´s i use sessions. |
|
#2
|
|||
|
|||
|
this means that your not sending the user details from the user database to the storesession function correctly. I would each the variables that are sent to the storesession before you call it and make sure that the database has correctly retrive the user data.
|
|
#3
|
|||
|
|||
|
Use HTTP_POST_VARS(or HTTP_GET_VARS) for see all session variables values
Sincerely, Sergey Booyny AlarIT programmer http://www.AlarIT.com |
|
#4
|
|||
|
|||
|
serg4444, that would show the values of what the person entered. username/password.
what i mean is the when you check against the database, make sure your getting all the variables from the database. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Problem with building a member area 2/6 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|