<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Nssession_%28C_module%29</id>
	<title>Nssession (C module) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Nssession_%28C_module%29"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Nssession_(C_module)&amp;action=history"/>
	<updated>2026-04-25T19:07:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Nssession_(C_module)&amp;diff=4961&amp;oldid=prev</id>
		<title>Basscheffers at 18:01, 4 July 2006</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Nssession_(C_module)&amp;diff=4961&amp;oldid=prev"/>
		<updated>2006-07-04T18:01:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Session module implemented as C module by Bas Scheffers.''' As a bonus it also comes with a simple cookie API.&lt;br /&gt;
&lt;br /&gt;
Find the latest version at [http://bas.scheffers.net/aolserver/ http://bas.scheffers.net/aolserver/].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Tcl API:&lt;br /&gt;
&lt;br /&gt;
* ns_session exists - check if a session is already created - note that any of the below options implicitely create a session.&lt;br /&gt;
* ns_session [-id id] put key value - put a value in the session, overwrite existing entry with same key.&lt;br /&gt;
* ns_session [-id id] contains key - true (1) if key exists, false (0) otherwise&lt;br /&gt;
* ns_session [-id id] get key [default] - get a value from the session, returns default or empty string if invalid key.&lt;br /&gt;
* ns_session [-id id] delete key - delete a key&lt;br /&gt;
* ns_session [-id id] destroy - invalidate the session&lt;br /&gt;
* ns_session [-id id] keys - list all keys for this session&lt;br /&gt;
* ns_session list - list of all session IDs&lt;/div&gt;</summary>
		<author><name>Basscheffers</name></author>
		
	</entry>
</feed>