How do i get the user name of the current logged user?
675865Dec 19 2008 — edited Dec 19 2008Hello everyone
I'm developing an application where i need to get the user name of the current to user to make to querys in the database and show in some of his information.
My page 101 - Login has this vars:
10 P101_USERNAME Text Field
20 P101_PASSWORD Password (submits when Enter pressed)
30 P101_LOGIN button
But i tried accessing these vars in another page (P101_USERNAME) and i can't access them, i supose they only exist for page 101.
So what do i do to know the current username?
thanks everyone