Ask a Question related to ASP Database, Design and Development.
-
Tony #1
Newbi question. ASP , DB
Hello everyone.
Im learning ASP and DB desige, and doing this for the first time. so i
decided the best way to learn to start a project.
Currently im designing memeber site. where user can login and creat profile
and upload images ..etc.
I like to show User status on the page. whether user is Online or Offline.
the online part is easy, when user logs in , i think i can set a field in db
to Yes (Isonline) and quring the db each time other members want to see hows
online or not , but hard part to figure, is Offline part ..well, this is the
problme.....
Lets say memeber simply clost the browser or jumps to differnet website. how
can i set his/her status to Offline if they don't logoff from website
first.?
I was thinking to use session variable at all time so when user simplay
leaves the site .. session variable will terminate and set thier status to
offline.. but how can i accomplish this or is there better logical way to
achive this method?
thanks for your helps and input
Regards
Tony Guest
-
Another Newbi need help
Hi Can anyone point me to a website that can explaine and guide in the most simplest language on how to approch web development. I understand a... -
Newbi php problem
PHP 4.3 // DWMX04 Can anyone help me with this, I have used php a few times in websites and it has always worked fine, in fact last week it... -
Newbi Font Char style question
Hi, I am trying to set a char style for footnote refferers, I want a little more space between the text and the char which is the refferer. How can... -
newbi
I like to write a php page that has an array. If it is called without a parameter it will load the first picture in the array. If it it called with... -
TomB #2
Re: Newbi question. ASP , DB
You can use the Session_OnEnd to set your IsOnline field, in global.asa.
There are apparently problems with Session_OnEnd not firing.....
[url]www.aspfaq.com/2078[/url]
"Tony" <tonysar@nonospams.sympatico.ca> wrote in message
news:u7UN2OpqDHA.2488@TK2MSFTNGP12.phx.gbl...profile> Hello everyone.
> Im learning ASP and DB desige, and doing this for the first time. so i
> decided the best way to learn to start a project.
> Currently im designing memeber site. where user can login and creatdb> and upload images ..etc.
> I like to show User status on the page. whether user is Online or Offline.
> the online part is easy, when user logs in , i think i can set a field inhows> to Yes (Isonline) and quring the db each time other members want to seethe> online or not , but hard part to figure, is Offline part ..well, this ishow> problme.....
> Lets say memeber simply clost the browser or jumps to differnet website.> can i set his/her status to Offline if they don't logoff from website
> first.?
> I was thinking to use session variable at all time so when user simplay
> leaves the site .. session variable will terminate and set thier status to
> offline.. but how can i accomplish this or is there better logical way to
> achive this method?
>
> thanks for your helps and input
> Regards
>
>
TomB Guest



Reply With Quote

