Pudu programming language
Menu

Std.App.Session.Session

1 declaration

type

Session

This declaration introduces a public type.

What it does

Somebody remembered between requests.

The name is what travels; everything else stays where the program put it.

A cookie carrying the contents is a session whose contents the holder can

edit.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.App.SessionSearch related declarations