LOGOUT From Application
How to logout from the application using ASP , session object.Can u explain the use of Global.asa file & Once i logded out , if i clik Back button in browser, it shuldnt allow to view the authorised page.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
LogOut Pb!!
everytime a user logs out from the protected pages he doesnt really logs out cuz when he hits the "back" button he can access the pages again. i tried session.abandon(), but and response.addheader..... i practically used everything and it didnt work...
Logout
when i click log out that you can not return in previous page how can i do that. i have a code logout but when i click going to redirect to page( login.asp) thats right but when you click the back button he return to admin_control.asp how can i avoid that. When click log out that can not return to previous page how how
Logout
I got the logout code correctly however because my main menu page is divided up into 3 frames, left is content and that's where my logout link will be. When I click logout the login.asp is displayed but on the left frame. How do I get the page to delete the frame. Do I do it in logout.asp <%@ Language = "VbScript" %> <% if request.querystring("cmd") = "logout" then session("StudentNo") = 0 Response.Redirect("login.asp") End If %>
Logout
Is there someway to prevent users from using the "go back one page" function to go back to the previous page after they are logged out
Logout Function
I have 3 frames in my page. When i log out i would like to replace my framed page with another page. I tried using the link below but nothing happens. Code:
How Can I Allow A User To Logout And...
I have a button that would allow a user to logout of the program, how can this be done? Also, how can I allow the program to logout and terminate if not used after so many minutes?
Login Logout
I am facing a strange problem, let me explain the problem and list two different platform i found on some of the client pcs. Problem :- First time login in to my application page is ok, but if click logout, it wouldnt bring back to login page, it just stay as it is. But if you click on one of the link, it push back to login page. So for second time to login, no matter how many time you try, it would not able to login. And i found out if i clear those IE's cookies and offline file, i can login again. Clients 1) Window2000, IE 6 2) WindowXP, IE 6 And there is only happen certain user's pc, some others user even with same spec have no problem. And I found out if i login into window using different domain user, it does'nt have problem. Is it something to do with user profile of IE setting
Logout Time
I am using a tracking where the S/W shows the status whether the user has logged in or not. I am able to do the same if the user logs out using the proper link. If the user closes the window instead of logging out using the proper link, i am not able to capture the logout time. I tried the window onunload event, (the page contains frames) it does not work. Can anybody show me a way out?
Logout Completely
I have created a web site, where the user can login and logout. when the user logouts, he should not be allowed back into the site until he logins in again. but in my case when the user logouts, and then press the "Back" button of the browser he is back in the site. Can someone please help me with this Also how can I restrict the same user logining in twice with the same username and password.
Pass Logout Value
I was wondering if there's a piece of code that will do the following:- When the user closes the database, I want to pass the current date and time into a field in the database!
Logout Problem
i am using frams in asp. My problem is,when i click the logout button new window is opened. while i want not to appear new window but login page should be replaced with existing window.
User Logout
I want to have a logout page that gives members the option to logout. Is it just a case of doing a simple session.end, or how do I go about it
Display After Logout
how to do the do the feature which after the user logout, they are not able to view the page again when they hit the back button.
Login And Logout
i need a simple ASP code for creating page with login and logout function.anyone can help me?
Login And Logout
I have a gaming web site and I would like to have a login and logout which they have to register for. I using a asp host and I'm using ms access for my database.
Logout Script
I am using Session.Abandon on my logout script and works fine I show the you have been succesfully logged out of the system message. my problem is if the user clicks on back he can still see the last page with important info, maybe by the previous user. This doesn't happen for example when you log out form Yahoo mail and others.
Proper Way To Logout?
I am currently using a script to logout which contains this code only... <% Session.Abandon () Response.Redirect ("main.asp") %> Please could you tell me if there is a way to actually delete the session from the users browser history? The above code works ok, as long as the browser is closed first, deleting the cookie info.
Problems With Logout Pages
i am having problems with a logout code that i wrote for my site.. when the person logsout, i abandon the session, and so all session variables are set to nothing. now when somebody hits the browser's back button and then the refresh button, message to retry sending information back to the server appears, if i click on retry button, the page is resubmitted and the user logs in again.
Login And Logout Problem
I want to implement a 15 minute time lag between logout and login of a new account. If the user sharing the same PC with his friends to log on to my site, he need to wait for 15 minutes after logging out before logging in a new account. So once a user leaves my site or logs out and wants to login to my site with different username he has to wait for 15 minutes before he can log on again with different username.
How To Make Security Logout ??
when logout pressed the session should expire how to do? how in yahoo after logging out even if we press browser back it shows to login page like that how to make.
Prevent Resubmit After Logout
How to prevent resubmit after logout?After logout, I hit back button, then the browser ask whether I want to resend the data? How to prevent this?
HTTP Auth Logout
Is there a way to clear or reset an authenticated user so that the next visitor using the same machine (without having to close the browser) has to log in with their own account?
Page Called Logout.asp
I have a logout button for my admin system. I really need on logout, to go back to the login page. This is fine but I also need the session set to false. I could do this via using a secondry page called logout.asp, and place inside that something like session.abandon and a response.redirect. But I do not wish to have a secondry page.
Login & Logout Using Sessions
I have a login page, which will redirect to edit.asp if the login credentials entered are correct. I am not using the golbal.aa file, so all sessions are set using the Login Page. 1 Side question before i go any further, does "Session.Abandon" abandon all sessions? Code:
User Login Logout Tracking
I am a system administrator whom has been charged with the logging of user activities on my network. I want to track when a user logs into a machine, logs out of a machine or locks a system. Is there an application out there that I can run on my server or a client based app that anyone knows of? Or do I have to make this from scratch?
Logout For Protected Directory Login .
the hosting control panel gives the ability ot make a login for the directory you want to secure , but i want to make a logout for this login , how could this be done ?
How To Write The Series Of [Log In/logout/register/lost Password]?
i'm developing a site but i'm still new to ASP..i could only code a simple DB [add/edit/remove] coding.. i need to creat accounts for users, so i must have a LOGIN page contains all the standard such as: Logout, register new user,remember password ,, users who should register in my site , are previously stored in DB by a KEY field..not to allow any user to register..a new user should only insert that key,if it is exist in my record,i shall allow him to view some pages.
Access VB Application From Web Application
We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a USB-Cash drawer that is attached to it. I am not sure how to go about with this.
Web Application
Sometime this morning our classic asp web application stopped authenticating against active directory. This is our only "classic" asp app that authenticates against ad. Note that this app has been in production for three years with no problems. All .NET apps are authenticating fine from the same server. This same classic asp app authenticates fine from our development server. There have been no code changes to this app. We're using the login id and password to bind the necessary ad objects - we check for err.number - if equal to zero, we're authenticated, if not equal to zero then authentication failed. We checked with the network people and they say ad is working fine and the server is able to authenticate. The app doesn't go through a firewall -so no hang up there. The guys who manage the web server say they haven't made any changes to it. They confirmed that the app is in the correct app pool so it doesn't conflict with 2.0 apps. I'm stumped.
Web Application
I remember coming across a MS tool that would allow me to monitor the performance of all aspects of a DNA based application - all the way from the ASP level to MS SQL server. It was part of the NT resource kit. I am trying to locate this tool for Win 2000. Can someone who has come across such a tool help me
What Is Application()?
I've just been given some code to decipher in classic ASP and have come across this function (Application()) in several instances. I can't seem to figure out what it does?
Web Application
I am about to create a web application using asp and vbs to build an online roster for a department of 25 people. The roster covers some 10 shifts a day, 7 days a week always starting on a Sunday. I will be using an access database file to hold the information. At this this stage I will hold all the data for each week based on the date that the week starts. I am looking for ideas on how to dynamically give the user the option to choose any given week in any given year, always starting on a sunday. Could this be created on the fly or would it be easier creating a database table holding the dates for Sunday for a year or 2 ? Once a week is chosen a check on the database will determine if that weeks roster has been created or not. If not a user with the correct permissions can then create it.The rosters are currently written out by hand. It is a labourious task which must have certain numbers of staff working each shift for a given day. By creating a web application automating the checking process and making the roster available online and by email will make life easier for all staff involved.
ASP Web Application
i am trying to install my ASP web application to my client side server, but 1 thing i am worry is they my stole my source code to sell-over or they might modify my source code... how those software house which develop ASP web application they gonna avoid this?I know Microsoft have a program that can encrypt & encode ASP files and run properly in IIS.... But to bad... i also found the Decode program too So what is the safety way to deploy my application to client without any worries? Some might ask me go for .NEt, in this momment not yet toward .NET.
Application Uses
I am Geting the Error "Application uses a value of the wrong type for the current operation in one of my asp pages" VB Method oCMD.Parameters.Append oCMD.CreateParameter("@CustNo", adDecimal, adParamInput, 9, intCustNo) oCMD.Parameters("@CustNo").Precision = 9 oCMD.Parameters("@CustNo").NumericScale = 0 For adDecimal Data Type Should i have to set Length as 5 instead of 9. Is this causing the above or something else ?
ASP Application
I am trying to develop an ASP.net application using Visual Studio .Net 2003. When I attempt to create the project, it gives me an error stating that the IIS on my hosting server may not be compatible and the active directory cannot find the web server. The server is running Windows 2000, IE 5.5. Is there some sort of patch I can download to allow me to create ASP projects on that server? Or something I should install?
Fax Application
I am trying to set up a fax ASP web (or vb 6) application and I want to use the FaxComEx.dll library that comes with winXP fax services. But I cant find documentation about this library. I found something in msdn but it is very dificult to watch the logic that appeared. It's very confusing. Is there something else that can I rely to learn how to make a fax application?
Need An Application
I have a client that wants to have ticket system on their web site where people could order a ticket online and after they send their payment to paypal they would be redirected back to the web site and have a unique ticket that they would be able to print out the ticket but they cant be the same ticket to prevent people from printing out the same tickets. Is this possible? Is there a program?
ASP Application On PDA
My web application i need to view it on the palm. Backend is SQl and front end is ASP How do i make it work on the PALm
Asp Application
create a user subdirectorie with a webpage that he o0r she can fill with there own logo and with some text,perhaps a link but just one page.That page must automaticly come up in a link page so people can see his page. Thing I want to have is a way that our customers, that dont want to pay for a a bigger website,can have just one page on our website in there own subdir. I see lot's of free csm style websites but that's to time consuming for people that want just a simple page with just there logo an advertising and some info.
Web Application
I am developing a web application that will allow user 3 trials to login with the correct password and user name.
An Application
I am building a web reservation system for a hotel. I'm working in the hotel as a manager as well. Hotel has 18 rooms and 4 Suites. Now it is my first time with such application. I planned to use ASP and Access DB. Can anyone give me ideas of basics. How to start and what an application should look alike. This is nonpaid project so i cannot actually go somewhere else except looking into forums and i can find anything. Functionality will be, for user, gives dates, no of people and search, select room and pay. backend will be process payment(i have one processor), store it in db and generate email for the reception. Managing will be set availability, review availabity and set prices individually for the room. how the database should look alike and what will be the search criteria.
Web Application
I need to build a web application based on user's rights (roles) web interface where each user has his/her own web page depending on their user role.It is a web application that is based totally the user needs Could you please give me some insite on where to begin.
Session And Application
You are required to create an online tracking system for the Webmaster which should show the current online status of all the users currently logged on to your site with the following details about every user: SessionId Current Page requested Time of request Browser used for making the request If a user remains inactive for 10 minutes, then it should be assumed he is not online. You are not supposed to use any permanent storage features.
ASP Email Application
I need to create an online email application which will receive and send emails from given accounts using ASP. I am aware that I can use ASP components such as ASPEmail or ASPSmartMail to send messages, but have no idea how to receive emails. I read somewhere that CDONTS may help, but my provider has disabled these on his server.
About Excel.Application
When I use the Excel.Application object in window 2000 Advanced Server, I have the following issue '------------------------------------------get excel template file 'create excel application Set xlApp = server.CreateObject("Excel.Application") 'open excel file Set xlbook = xlApp.Workbooks.Open(targetFile) xlApp.Workbooks.Open(targetFile) will create a shortcut under the C: etc. So when I open as many as files, the shortcuts under c: are so many. How could I avoid create the the shortcuts under c:????
|