last session
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 407
PHP2ASP Session 1.0
Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way more>> Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way of sharing sessions between both languages until this scripts ;)<<less
Added: 2005-03-19 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP2ASP Session
Price: FreeAdditionalInfoIfyoulikethisscriptPleaseJoinSpyDB.com
License:Freeware
License:Freeware
JSession
his is a secure session library that allows you to store all session information in a mysql database. Timeout functionality is also built-in, so you don?t have have access to php.ini. more>> his is a secure session library that allows you to store all session information in a mysql database. Timeout functionality is also built-in, so you don?t have have access to php.ini.<<less
Added: 2006-07-10 License: Freeware Price: Free
1201 downloads
PHP Sessions
A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete s more>> A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete session. Beginning with version 4.0, PHP provides a way to do this. PHP allows you to set up a session and store session variables. After you create a session, the session variables are available for your use on any other Web page.<<less
Added: 2006-11-09 License: Freeware Price: Free
1088 downloads
What is PHP Sessions? 1.0.0
Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
Other version of What is PHP Sessions
License:Freeware
Session Saver 0.9
This package can be used to save and restore objects in session variables. It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionObject interface. The class can call all the more>> This package can be used to save and restore objects in session variables. It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionObject interface. The class can call all the registered classes to save and restore the state of the session objects.<<less
Added: 2007-03-18 License: Freeware Price: $0.00USD
11 downloads
Other version of Session Saver
License:Freeware
Slashdot Menu
This is a stylish collapsible menu modelled after the navigational menu found on Slashdot. Session-only cookies are used to remember the menu state (whether its expanded or not). more>> This is a stylish collapsible menu modelled after the navigational menu found on Slashdot. Session-only cookies are used to remember the menu state (whether its expanded or not).<<less
Added: 2006-09-29 License: Freeware Price: $0.00USD
14 downloads
Session in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
myPHPscripts Login Session 2.2.3
Login Session is a simple login script. It supports multiple users, and can be used to protect web pages from unwanted visitors. Users, email addresses, and passwords are stored in a flat file. All sensitive data is encoded with a custom keyed more>> Login Session is a simple login script. It supports multiple users, and can be used to protect web pages from unwanted visitors. Users, email addresses, and passwords are stored in a flat file. All sensitive data is encoded with a custom keyed algorithm. To get started, simply upload one file to your web server and add one line of code to your page. 100% Valid XHTML 1.0 Strict coding.<<less
Added: 2007-05-09 License: GPL Price: $0.00USD
10 downloads
Other version of myPHPscripts Login Session
License:Freeware
Secure Session Class 1.0
On shared host its easy for one to read other web sites session data. This can reveal sensitive information such as usernames and passwords. Unless you use this class. This uses CAST128 encryption to encode the session name and its values. more>> On shared host its easy for one to read other web sites session data. This can reveal sensitive information such as usernames and passwords. Unless you use this class. This uses CAST128 encryption to encode the session name and its values.<<less
Added: 2008-11-12 License: BSD Price: $0.00USD
10 downloads
Sessionara 1.7-r1
Sessionara 1.7-r1 is considered as a class for Session management with MySQL. more>>
Sessionara 1.7-r1 is considered as a class for "Session management with MySQL".
It's actually morethan that, it is a "session based data environment with MySQL". This class enables you to open a virtual session (identified by an unique session ID), then set and access variables in this environment. If you pass the session ID within multiple pages (via GET/POST parameters), then you get an easy and powerful way to pass values between various pages. Taking this, the possibilities are only limited by your imagination.
Added: 2001-12-26 License: GPL Price: 0.00
11 downloads
Photo session presentation
Using this thoroughly explained, detailed flash 8 lesson, you will see how to create photo session presentation. more>> Using this thoroughly explained, detailed flash 8 lesson, you will see how to create photo session presentation.<<less
Added: 2009-01-07 License: Freeware Price: $0.00USD
11 downloads
Working with sessions in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2006-09-12 License: Freeware Price: Free
1142 downloads
JavaScript Browser Detection
This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative. more>> This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative.<<less
Added: 2006-09-15 License: Freeware Price: $0.00USD
18 downloads
The Last Cookie
With this CGI you can display on your main page when pages or files on your site were last updated by you. The best part is that it will tell your visitors what pages they havent visited since it has more>> With this CGI you can display on your main page when pages or files on your site were last updated by you. The best part is that it will tell your visitors what pages they havent visited since it has been updated! Features: Automatically displays date and time when page (or file) was last updated. Remembers if each person visited the pages since they were updated (using Cookies). Very customizable. Only the display page needs to be SSI (.shtml).<<less
Added: 2005-09-29 License: GPL Price: Free
1485 downloads
Googlebot last access 1.2
Display in your site the last time Google bot access your site , Add your site url use http:// ( only domains and subdomains ) , choose colors from your indicator , Click in Check Google Bot Last Access button . more>> Display in your site the last time Google bot access your site , Add your site url use http:// ( only domains and subdomains ) , choose colors from your indicator , Click in Check Google Bot Last Access button .<<less
Added: 2008-04-02 License: Freeware Price: $0.00USD
19 downloads
Other version of Googlebot last access
Price: $0.00USD
License:Freeware
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above last session search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed