Ask a Question related to Dreamweaver AppDev, Design and Development.
-
FLEQUE #1
Login User status
I'm doing an intranet and I have a list of all the users. What I'm trying to do
is to show if that user has login or his seccion has been terminated by the
server (log off). The status will show using a jpg icon. Please advise. CT
FLEQUE Guest
-
Online Offline User Status
Anyone can point me to a resource or tutorial online about tracking users who have logged into my application? I've built a forum, but would like to... -
Login User from Novell Login
Hi, At present a user loggin onto our netwok enters their username and password by a Novell Login prompt. When they fire up their browser they... -
user and admin login on same login page
Hello, I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working... -
Login User User Error 80040e21
I am getting an 80040e21 error using the log in user server behavior. The complete error message is Microsoft OLE DB Provider for SQL Server... -
User changing something on a form makes asp.net take user to login page
Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and... -
Paul Whitham TMM #2
Re: Login User status
If a session has expired it simply no longer exists. In ASP you can write
the following to handle your situation
<%
If session("sessionname") is nothing then
Reponse.write ("<img src='loggedout.jpg'>")
End if
%>
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"FLEQUE" <webforumsuser@macromedia.com> wrote in message
news:d0ic5u$8lk$1@forums.macromedia.com...to do> I'm doing an intranet and I have a list of all the users. What I'm tryingthe> is to show if that user has login or his seccion has been terminated byCT> server (log off). The status will show using a jpg icon. Please advise.>
Paul Whitham TMM Guest



Reply With Quote

