Welcome ; Write ; Threads ; New ; Image(1) ; Links ; Upload ; Calendar ; #HumanTalk ; #ToiletTalk ; Search ; Settings ; Stats ; Session ; Authors(20) ; People(1) ; Scores ; Labels(15) ; Data ; Chain(36) ; Help
Welcome

Session

🔓📱💻🔑🔒🤝😊


Register; Sign In; Create Profile.


View public key

Keychain

These keys are stored on
your phone or computer.

ActiveSessions

This space reserved for future content...

Query took 0.00031415952 second(s):
session
session.sql

SELECT 
author_key AS author_id,
*
FROM author_flat
WHERE author_seen >= strftime('%s', 'now', '-75 minutes');


PrintedInfo #

Q: When was this page printed?
Printed: October 17 2024 18:36:40.

Q: How old was the page when downloaded?
Age: Fresh!
pollyanna:

Q: How can I get a fresher copy?
A: Ask the server to

JavaScript
Concept
concept Session
  purpose a period during which a user interacts with the system

  state
    logged_in: Boolean
    user_handle: String
    create_public_key: Boolean
    keychain: set KeyPair  // Assuming KeyPair represents a user's key pair
    active_sessions: set Session  // Assuming Session represents an active session on the server

  actions
    exit()
      pre logged_in
      // Additional logic to handle session exit

    goToProfile()
      pre logged_in
      // Additional logic to navigate to the user's profile

    begin()
      pre !logged_in
      // Additional logic to handle session initiation
      promptForHandle()

    toggleCreatePublicKey()
      // Additional logic to toggle the "Create public key" option

    addToKeychain(keyPair: KeyPair)
      pre logged_in
      add keyPair to keychain

    listActiveSessions()
      // Additional logic to retrieve and display active sessions

    promptForHandle()
      pre !logged_in
      // Additional logic to prompt the user for their handle

  operational principle
    after exit(), the session is terminated
    after goToProfile(), the user is navigated to their profile
    after begin(), the user is prompted for their handle
    after toggleCreatePublicKey(), the "Create public key" option is toggled
    after addToKeychain(keyPair), keyPair is added to the keychain
    after listActiveSessions(), active sessions are listed
    after promptForHandle(), the user is prompted for their handle
PageMap
Welcome ; Write ; Threads ; New ; Image(1) ; Links ; Upload ; Calendar ; #HumanTalk ; #ToiletTalk ; Search ; Settings ; Stats ; Session ; Authors(20) ; People(1) ; Scores ; Labels(15) ; Data ; Chain(36) ; Help
Expand; Minimal; Reprint; Cascade; Arrange; Float; Reset
CookieInfo #

You are signed in as Guest
Cookie: none
Alias: Guest
Score: 0
Avatar: