Jump to content

Search the Community

Showing results for tags 'cookie'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. How to Delete a Cookie ? i wold like to delete all the cookies starting with 'wmn_*' , is it possible ? or do i have to set the value to '' one by one ?
  2. When Setting a cookie value with a path parameter, the value cannot be read. For Example, UniApplication.Cookies.SetCookie('_test1', 'can be read', Date+7.0); UniApplication.Cookies.SetCookie('_test2', 'can not be read', Date+7.0, false, false, '/app1/app1.dll'); UniApplication.Cookies.Values['_test1']; //This can get the value UniApplication.Cookies.Values['_test2']; //This cannot get the value UniApplication.Cookies.GetCookie('_test2'); //This cannot get the value How to get a cookie value with a path parameter? I am using regular version 0.99.96.1322 Best Regards.
  3. Hello, While testing cookies I found that during the UniMainModule creation setting cookie works fine: UniSession.UniApplication.Cookies.SetCookie('test_cookie','temp') but reading it raises an exception: UniSession.Cookie['test_cookie']; During the MainForm creation both code lines works fine. Is this normal behavior? Is it possible to read cookies in UniMainModule?
×
×
  • Create New...