Web Scripts - php scripts, perl scripts, cgi scripts, asp scripts, directory scripts, programming scripts

Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters


  Home  |   Add Resource  |   Modify Resource    


Web Scripts :: ASP :: ASP Tips and Tutorials :: Cookies and Sessions


11. State Mechanisms in ASP

There are several ways to maintain state in ASP. This article takes a look at them, and a means to determine which ones are best to employ.

Hits: 18 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

12. n Overview of Cookie Detection in ASP

This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on your own site.

Hits: 13 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

13. Cookies Across Domains

Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article describes solutions to bypass this limitation using Active Server Pages.

Hits: 15 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

14. Cookies 101

Cookies are a very useful; they can store usernames/password, preferences, last visits, etc. This short explains how to store information a user may type in at a typical website.

Hits: 15 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

15. Write and Read A Cookie

Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used to prevent multiple entries in to forms. This example will take any input you type in and write it to a cookie. A hyperlink to the same page is created to demonstrate on subsequent visits (within 3 days) the user will see their input rather then the text input box.

Hits: 21 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

16. Cookies with ASP

Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.

Hits: 73 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

17. Let's bake some cookies!

One of the problems on the net is that you seldom know whom your dealing with. Is it a newbie on your site, a regular guest or your boss? Wouldn't it be cool if you could display different pages to each of them? With cookies you can tag them, and know if they been on your site before etc. This turorial explains how to set and read cookies in ASP pages.

Hits: 34 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

18. How to create and retrieve cookies using ASP

Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example of creating a cookie and setting the cookie to expire in one year using ASP

Hits: 34 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

19. Use an include file for your database connection

Use an include file for your database connection. Here's the reason why. Before I wised up to this, I was placing the connection on every page. Then there were some configuration changes and none of the pages worked. This meant that every page had to be edited.

Hits: 13 Rating: 0.00 Votes: 0    [Detail] [Send URL]


Category:  ASP :: ASP Tips and Tutorials :: Cookies and Sessions

Pages:   2 



Web Scripts  |  Add Resource  |   Modify Resource


©2006 All rights reserved. Web Scripts