• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:17    Start  Previous  Next  Last    goto:
    Introduction to Cookies Method
    ON: 2007-06-25 11:21:18
    A basic information on using Cookies in ASP. An access counter is used as an example.
    2 times | category:
    Sesion and Application
    ON: 2007-06-25 11:17:53
    This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners with only basic features are described
    6 times | category:
    Creating Cookies With ASP
    ON: 2007-06-25 11:15:46
    No matter how you feel about cookies, good bad or indifferent, they are an integral part of many webs. Why not unlock the mystery and write your own? Here's a quick rundown on this
    7 times | category:
    ASP Session Transfer across domains
    ON: 2007-06-25 11:11:22
    You may have come across a situation where you have two ASP websites, possibly on different servers, and you wish to pass a visitor from site 1 to site 2 whilst retaining all the session variables. XSess passes the entire session from one ASP webserver to another securely. XSess consists of a function, and a few supporting functions, contained in an include file.
    20 times | category:
    Maintaining Session State With ASP
    ON: 2007-06-25 11:03:55
    Sessions and cookies can be used to persist visitor information. This article shows us how to maintain session state with ASP using a combination of cookies, sessions and the global.asa file
    50 times | category:
    Cookies
    ON: 2007-06-25 11:02:39
    Learn how to create and retrieve cookies in this simple tutorial
    2 times | category:
    Using Cookies
    ON: 2007-06-25 10:58:34
    This tutorial will help you understand:
    What is a cookie?
    Sending and receiving cookies.
    Cookie properties and itemized values.
    Some other cookie definitions.
    14 times | category:
    Sessions
    ON: 2007-06-25 10:57:28
    This tutorial will help you understand:
    How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together.
    How ASP server offers the session object to ASP pages to share information between multiple requests or pages.
    Different ways to pass information between requests or pages.
    How Perl tools can be used to help debug ASP applications at the HTTP communication level.
    10 times | category:
    Managing Session with and without Cookies
    ON: 2007-06-25 10:51:37
    If the user's browser doesn't support cookie or has it turned off, will the ASP's session work properly? The answer is no. This tutorial shows you why, and provides you suggestions on how to manage your own sessions without cookies

    8 times | category:
    How Session variables work
    ON: 2007-06-25 10:45:51
    Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they don't).
    8 times | category:
    Write and Read A Cookie
    ON: 2007-06-25 10:43:16
    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.
    3 times | category:
    Cookies with ASP
    ON: 2007-06-25 10:42:43
    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
    3 times | category:
    Let's bake some cookies!
    ON: 2007-06-25 10:37:28
    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.
    2 times | category:
    How to create and retrieve cookies using ASP
    ON: 2007-06-25 10:32:45
    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
    3 times | category:
    Cookies 101
    ON: 2007-06-25 10:31:12
    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
    3 times | category:
    Cookies Across Domains
    ON: 2007-06-25 10:26:46
    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.
    15 times | category:
    An Overview of Cookie Detection in ASP
    ON: 2007-06-25 10:19:58
    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
    6 times | category:
    this:1/1 25records  total:17    Start  Previous  Next  Last    goto: