CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.security Tags:
Item Type: NewsGroup Date Entered: 3/17/2007 8:22:05 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 46 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
John5
Asp.Net User
How to clear Apple Safari Browser history - using Forms Authentication - Safari skips the login page and goes straight to the web page3/17/2007 8:22:05 PM

0/0

Hi

I am using the Forms Authentication with .Net 2

When using Firefox and Internet Explorer, I noticed that after logging in, then closing the browser, then going to a page again using browser history, it didn't ask to login again and it should

This is because it uses the browser history

So in the Page_load event, I have these lines of code to stop the pages been cached:

        // clear out the cache

        Response.ExpiresAbsolute =

DateTime.Now.AddDays(-1d);

        Response.Expires = -1500;

        Response.CacheControl = "no-cache";

This works for Internet Explorer and Firefox very well ie re-opening a web browser and using the browser history to go to a page, firsts takes you to the login form

However, testing this on the Apple Mac with Safari web brower, it doesn't - it ignores the login, and goes straight to the page

Can anyone advise on a fix for the Apple Mac Safari ie - a way to clear the browser history, and go to the login page first?

Thanks in advance

 

John5
Asp.Net User
Re: How to clear Apple Safari Browser history - using Forms Authentication - Safari skips the login page and goes straight to the web page3/25/2007 11:59:29 AM

0/0

any ideas are welcome
John5
Asp.Net User
Re: How to clear Apple Safari Browser history - using Forms Authentication - Safari skips the login page and goes straight to the web page3/26/2007 11:05:45 AM

0/0

....
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
How to clear Apple Safari Browser history - using Forms ... Re: How to clear Apple Safari Browser history - using Forms Authentication - Safari skips the login page and goes straight to the web page ...
Apple - Mac OS X Leopard - Features - 300+ New Features Even weeks later, Safari will be able to find a web page that matches your ... Choose the time interval at which you’d like your browsing history to be ...
Safari 3: Experiences I believe that you can get Docs and Spreadsheets to skip a browser check by ..... In Safari 3.1.2 & Mac OS 10.4.11, open a web page that sets cookies. ...
"passwords" posts - Webware : Cool Web apps for everyone - CNET Rather than leave the application to sign on to a page from Safari, 1Password launches an in-application Web browser from a log-in detail page. ...
Camino. Releases. 1.0 Complete Browser Reset will erase your browsing history, empty the cache, clear .... Explicitly open the home page when selecting Go->Home so as to override "load ...
Safari 3 for Windows - Engadget Tags: apple, breaking news, BreakingNews, safari, web browser, ..... usability: have to right click to add a new tab / open new page in tab / etc. yuk. it's ...
iPhone User’s Guide Chapter 5 Safari. 56. Submit the form. Once you finish filling out the text fields on the page, tap Go or Search. Most pages ...
Comments on “Jobs: one more thing... a browser war” • The Register Jun 12, 2007 ... IMMSMC, Safari is based on my favourite web browser: Konqueror. .... If I was doing this kind of stuff I'd go straight for Adobe's Apollo ...
The sorry state of web development | Programming and Development ... Feb 26, 2006 ... I’m gonna skip “Why do I care?” and go straight to “Well, duh. .... pictures that would appear in a web page, the next included ...
Tech Pulse Podcast: October 2007 Just click the button, select the part of the Web page you want on your ... other AutoFill form text, Clear Google searches, and Close all Safari windows ...




Search This Site:










i need templates

linking help file problem

re: how to get ftb to load styles from skin

dnn 4, vs.net 2003: should i get another ide?

problem with the metabuilders remotewindow control

crash on design view.

web site name in solution explorer in .net 2.0

pass variable into a user control

get windows username

importing flash .swf to aspx sites

who can tell me the cheapest dotnetnuke hoster?

path from including an .ascx file (simple issue)

namevaluecollection is missing item property

vwd express refuses to run

making search page without refresh

gridview help

dnn behind firewall

consume event

email in asp.net

iam learner of asp.net i want answer for my doubts

upgrade.aspx problem

playing mp3 files at .net

security problem - system.security.permissions.reflectionpermission

adding returns in a text box

running the project requires setting an initial web page, how to do this?

composite control at design time with dropdownlist

web.config

i need help

how to access the connectionstring of my web.config?

format number in textbox - problem

 
All Times Are GMT