Loading
Uniconta
  • Search
  • Uniconta
    • Functions
      • What is Uniconta ?
      • Modules
        • General Ledger
        • Customer
        • Sales order
        • Vendor
        • Purchase
        • Inventory
        • Logistics
        • Project
        • Production
        • CRM
        • Fixed assets
        • AutoBanking
        • Dashboard
        • Company
        • Uniconta Scan
        • Tools
    • Apps and add-ons
      • Assistant App
      • Work App
      • Upload App
      • Paperflow
      • Addon Store
    • Download
      • Uniconta for Windows
      • Download for Developers
      • Free trial signup
  • Developers
    • Become an integration partner
    • Documentation
    • Samples
    • Add-on solutions and users
    • Downloads
  • News
    • Blog
    • News
    • Uniconta Update
    • Customer cases
  • Customer Cases
  • Contact
Search
Generic filters
Free trial signup

Developers Unipedia

  • API
    • API
    • User defined fields
    • User defined tables
    • Saving a Session
    • Posting an Invoice
    • Post Invoice and get PDF
    • Localization
    • Attach physical voucher to entities
    • Server-Login User
    • How to find C# Property from Uniconta Label
    • Minimize network traffic and optimize speed
    • Export pictures from Uniconta
    • OIOUBL Document Mapping and Send (NemHandel)
  • Plugins
    • Plugins
    • Debug Uniconta Plugins
    • Refreshing UI with plugins
    • How to use Uniconta Plugin
    • Develop a user plugin
    • Event Handling
    • Global Script
    • How to capture menu events
    • How to open a form in Uniconta from Plugin
    • Open new content in a IContentPluginBase plugin
    • Adding plugin in a menu
    • How to add user parameter in plugin menu
    • How to create plugin with Devexpress Library
    • Synchronize Entity Support in form page
    • Develop a PageEventBase Plugin
    • Logging Exceptions on local machine
    • Create Custom Uniconta Pages From Github Code
    • Web frame integration
  • OData
    • CRUD operations in OData
    • ODATA REST API – Testing with Postman

Saving a Session

November 27th, 2018 January 7th, 2021 < 1 minute
Print Friendly, PDF & Email

You can save a Session in Uniconta. You might want to do this, if you wish to keep a user’s Session, so they do not have to log in again.

In the code beneath, two methods are showed, SaveSession and GetSession.

SaveSession simply saves a Session at a given path as a byte[].

GetSession returns a Session based on a byte[].

If the saved session was logged in, GetSession will return a logged in Session.

public void SaveSession(Session session, string path)
{
    var bytes = session.ToArray();
    File.WriteAllBytes(path, bytes);
}
public Session GetSession(string path, UnicontaConnection connection)
{
    var bytes = File.ReadAllBytes(path);
    var session = new Session(connection);
    session.FromArray(bytes);
    return session;
}

 

Categories: API, Developers Unipedia, Plugins
Home » Developers Unipedia » API » Saving a Session

Get in touch with us

Uniconta

  • Uniconta
  • Modules
  • Downloads
  • Free trial signup
  • Subscription Terms
  • Privacy Policy
  • System Status

PARTNER

  • Resellers
  • For Developers
  • Uniconta API key application
  • Uniconta Partner info

INFO

  • News
  • Updates
  • Customer cases
  • Video
  • IT Security
  • Backup procedure
  • About us
  • Management

Support

  • Unipedia
  • API information
  • Contacts
  • Visit a Country Site
    • Dansk
    • Uniconta GermanyDeutsch
    • Eesti
    • Uniconta GermanyÍslenska
    • Lietuva
    • Uniconta NetherlandsNederlands
    • Norsk
    • English
Uniconta
© Copyright 2025 | All rights reserved | info@uniconta.com | Terms & Conditions
Facebook LinkedIn Youtube