473,466 Members | 1,376 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Sample web-Based Employee Login and Logout Application

G
Hello Friends,

Can i find any sample free webbased-application for employee login and
logout timing.

Thanks in Advance
Appreciate for your Help.

Thanks
G
Feb 19 '07 #1
1 2472
Can you explain the business rule here?

If you wish to insure that an employee has logged out after a specific
period of time, then you also have to decide if the page should be cleared.
In other words: if an employee logs in to a particularly sensitive data
screen, and then leaves their desk for lunch, should the browser
automatically redirect to a more generic page before logging the user out?

Automatic redirection can happen with standard HTML redirection.

Autologout is also pretty simple. You take a timestamp when the page is
sent to the browser and send it in a cookie. The next request to the site
will include the cookie. Check it to see if a particularly long period of
time has passed. If it has, reject the request, and/or redirect the request
to a login page, and clear any other cookies that manage the session. Note
that .Net session management will do most of this for you.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"G" <su**********@gmail.comwrote in message
news:u6**************@TK2MSFTNGP04.phx.gbl...
Hello Friends,

Can i find any sample free webbased-application for employee login and
logout timing.

Thanks in Advance
Appreciate for your Help.

Thanks
G

Feb 19 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Alex Maghen | last post by:
I'm looking for a sample ASP.NET enterprise web solution. There are many issues and questions I have about how a large web site is constructed with multiple developers. How global settings and...
34
by: Mark Kamoski | last post by:
Hi-- Please help. I need a code sample for bubble sort. Thank you. --Mark
3
by: | last post by:
I'm having trouble with the VB MathServiceClient sample in the SDK (v1.1). When I compiled the sample it created the proxy class file (MathService.wsdl). All other samples work OK, so I don't think...
5
by: Mr. x | last post by:
Hello, I would like to change web.config file so it will fit to Hebrew pages. I need a sample of how to do that (configuration section, but I need a sample code, please). Thanks :)
1
by: Rog | last post by:
Hello, Yesterday I downloaded IEwebcontrols.exe and TreeviewControl.msi from http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnaspp/html/aspnet-...
5
by: | last post by:
Trying to learn about manipulating collections of objects, and populating these objects dynamically from datasources. Could someone post a code sample that shows the following: Instantiating a...
1
by: Ramani Kurella | last post by:
Hello, Iam trying to do the secureconversation sample in wse2. I have different web service here which will transfer an xml document to the client. I have tried using the username token for...
3
by: prabhupr | last post by:
Hi Folks Not sure if this is the right group, if not please re-direct me to the right one. Here is my question =============== When I compile my ASP.NET WEB project from VS 2005 (.NET...
2
by: Elisa | last post by:
Hi all, this is my problem: I have a web method and I would build a sample of its body. I would want to obtain a result similar to the soap sample generated by ..net framework in...
5
by: Otto Wyss | last post by:
I've now been looking for a week for a simple but useful sample on how to get a list of entries (persons) via an XMLHttpRequest using Json/PHP on the server. So far I've found about a thousend...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.