Click here to Skip to main content
15,916,846 members
Home / Discussions / Web Development
   

Web Development

 
Generalretrieving currently logged on user with php Pin
sola oderinde27-May-05 20:34
sola oderinde27-May-05 20:34 
GeneralRe: retrieving currently logged on user with php Pin
alex.barylski29-May-05 12:55
alex.barylski29-May-05 12:55 
Generalunicode web page Pin
jbello26-May-05 7:22
jbello26-May-05 7:22 
GeneralRe: unicode web page OOps! Pin
jbello27-May-05 8:24
jbello27-May-05 8:24 
Questionhow to print webpage content? Pin
Mahantesh_Hongal26-May-05 2:18
Mahantesh_Hongal26-May-05 2:18 
AnswerRe: how to print webpage content? Pin
enjoycrack29-May-05 15:48
enjoycrack29-May-05 15:48 
Questionmple Sessions? Pin
25-May-05 10:10
suss25-May-05 10:10 
AnswerRe: mple Sessions? Pin
Anonymous27-May-05 17:01
Anonymous27-May-05 17:01 
What you want is function called (for example) is_user_logged_in() that you put in the top of every page that requires a logged in user.

Next you make the LogIn screen / form / whatever verify the user credentials entered and set a cookie on successful log in. Thats what the above function checks for.

If you set the lifetime of the cookie to 0 (zero) it will be deleted when the user closes the browser.

HTH
QuestionHow to authencating user against Active directory through LDAP Pin
Nitinkg24-May-05 19:49
Nitinkg24-May-05 19:49 
AnswerRe: How to authencating user against Active directory through LDAP Pin
Colin Angus Mackay24-May-05 22:29
Colin Angus Mackay24-May-05 22:29 
GeneralRe: How to authencating user against Active directory through LDAP Pin
Nitinkg24-May-05 23:02
Nitinkg24-May-05 23:02 
Generalmouse cursor Pin
Enigma344024-May-05 3:31
Enigma344024-May-05 3:31 
GeneralRe: mouse cursor Pin
MoustafaS24-May-05 9:31
MoustafaS24-May-05 9:31 
GeneralRe: mouse cursor Pin
DavidNohejl24-May-05 9:45
DavidNohejl24-May-05 9:45 
GeneralRe: mouse cursor Pin
Enigma344024-May-05 19:27
Enigma344024-May-05 19:27 
GeneralRe: mouse cursor Pin
DavidNohejl24-May-05 9:43
DavidNohejl24-May-05 9:43 
GeneralWorkaround wanted Pin
jan larsen24-May-05 0:56
jan larsen24-May-05 0:56 
GeneralRe: Workaround wanted Pin
minhpc_bk24-May-05 3:53
minhpc_bk24-May-05 3:53 
GeneralRe: Workaround wanted Pin
jan larsen24-May-05 7:37
jan larsen24-May-05 7:37 
GeneralReturning Recordset from a function! Pin
wEb GuRu...23-May-05 6:45
wEb GuRu...23-May-05 6:45 
GeneralRe: Returning Recordset from a function! Pin
niansah24-May-05 21:43
niansah24-May-05 21:43 
Generalview ASP website from CD Pin
xaphod23-May-05 6:15
xaphod23-May-05 6:15 
GeneralRe: view ASP website from CD Pin
jan larsen24-May-05 2:47
jan larsen24-May-05 2:47 
GeneralDIV, DataGrid and IE Pin
sprout7423-May-05 2:52
sprout7423-May-05 2:52 
GeneralThe virtual path '/HomePage.ascx' maps to another application, which is not allowed. Pin
wejahat23-May-05 0:37
wejahat23-May-05 0:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.