Tips and Tutorials related scripts & softwares
Automated content management is a must for many web sites. It's difficult to provide fresh new content without a standard automated system. This article discusses how to generate a general submission system, as well as how to manage the work flow, all with examples.
In this tutorial, you will learn how to assign custom errors to common problems that you may experience with your web site and create a centralized error page to display custom errors.
Here, you will learn how to use VBScript and textfiles to make content on your site easy to update. All code is available.
To create cookies in ASP is so easy. After creating cookies, you will store it in client's visitors. While creating cookies, you must notice to modify the expire date of cookies. Because life length of a cookies is in your hands.
This tutorial describes: What is a cookie? Sending and receiving cookies. Cookie properties and itemized values. Other cookie features.
This tutorial describes: 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.
Learn how to read and write cookies with Asp.
You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables.
This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred.
The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables.
XSess consists of a function, and a few supporting functions, contained in an include file.
A cookie is a message given to a Web browser by a Web server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. This article explains benefits of using cookies and shows how to create and retrieve them. Dictionary cookies are also explained.
Learn how to read and write cookies with ASP through forms.
|