web.Session methods

Note: For method usage example, click the method name. You will be referred to the examples page.

Method Name

Argument

Returned Value

Description

setCookie

 

STRING, which is session cookies

Sets cookies.

getCookie

STRING - which is a cookie

 

Returns itself object. It is useful for calling in chain way like DISPLAY ses.SetCookie(cookies).GetCookie()

request.perform

 

web.Response, and / or web.Request, and / or om.DomDocument, and / or web.Response's result

Performs a request to the server's side.

perform

web.Request

|web.Response

|Body(Xml)

(Response

|Request

|Atomic

|Xml)*

Performs a request with NONE method to the server`s side.

performAsync

web.Request

Future

Performs the defined request asynchronously to the server`s side. Returns the Future object.

performStream

web.Request

Stream

Performs the defined request asynchronously to the server`s side. Returns the Stream object.

setUrlTemplate

web.Url

 

Defines Url that will be used in performing request

getUrlTemplate

 

web.Url

Returns Url for the request

quit (DEPRECATED)

 

(Response

|Request

|Atomic

|Xml)*

Stops the started Lycia application.

web.Session.Create

 

web.Session

Is a static method that creates a session object.

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.