Rip out sessions, they don't work cross domain. Rely on information received previously. Sessions will not extend past the current browser session most likely.
This commit is contained in:
parent
a490412f6b
commit
75de51ec14
7 changed files with 157 additions and 167 deletions
|
@ -18,9 +18,9 @@ enum InventoryFolder {
|
|||
Outfit(id: 47, name: "Outfit"),
|
||||
MyOutfits(id: 48, name: "My Outfits"),
|
||||
// 49 Mesh
|
||||
//50 Inbox
|
||||
//51 Outbox
|
||||
//52 BasicRoot
|
||||
// 50 Inbox
|
||||
// 51 Outbox
|
||||
// 52 BasicRoot
|
||||
MarketplaceListings(id: 53, name: "Marketplace Listings"),
|
||||
MarketplaceStock(id: 54, name: "Marketplace Stock"),
|
||||
// 55 Marketplace version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue