Jump to content

soledue

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by soledue

  1. it makes me laugh ... 2011 had to go out version 1.0 .. 3 years later we are still at 0.94 ... and now mobile version??
  2. se hai bisogno d'aiuto mandami un messaggio privato
  3. you can use the event "resize" of the label resize( this, width, height, oldWidth, oldHeight, eOpts )
  4. you must use unipanel with autoScroll=true
  5. Mask Font UniServerModule property CustomCSS insert: .x-mask-msg div{ font-family: Ubuntu, Arial, sans-serif; font-size: 15px; }
  6. soledue

    0.91 ?

    http://forums.unigui.com/index.php?/topic/2196-new-roadmap-for-unigui/
  7. I know and why I'm asking for help :-)
  8. Great! but if "forceFit" there why not use it?
  9. hi, is difficle activate the property of dbgrid forceFit?
  10. With soon You mean one week one month or one year?
  11. soledue

    Rest Server

    Can I use it like rest server? like this: http://localhost:8077/getXmlList or http://localhost:8077/getJsonList
  12. soledue

    help with mask

    any idea for date mask?
  13. soledue

    SSL Cookie

    you know that something almost absurd, but I'm making as the application is for a bank and must meet certain safety criteria
  14. soledue

    SSL Cookie

    Thank you very much would be great if I could set secure attribute also to the session_ id cookie
  15. soledue

    SSL Cookie

    in unit ExtUtils exist a function with a secure attribute: function TExtUtilCookiesSingleton.SetJS(Name, Value: String; Expires: TExtObject = nil; Path: String = ''; Domain: String = ''; Secure: Boolean =false): TExtFunction;
  16. soledue

    SSL Cookie

    In other words I need mark uni_gui_session_id with Secure attribute like this: Set-Cookie: LSID=DQAAAK…Eaem_vYg; Domain=docs.foo.com; Path=/accounts; Expires=Wed, 13-Jan-2021 22:23:01 GMT; Secure; HttpOnly is possible?
  17. soledue

    SSL Cookie

    Encrypt the contents of the header using encryption agreed upon between server administration and the clients. Or, more simply, you may encrypt server-browser exchanges with the SSL security switch in the cookie header. This feature, the SECURE attribute, allows you to limit the cookies' use to a secure channel (such as SSL). To enable this feature, set SECURE to TRUE. You can go a step further by installing an SSL certificate on your Apache server. Then your cookie exchanges will be SSL-encrypted.
  18. soledue

    SSL Cookie

    IIS 4.0 and 5.0 Fix Information: http://support.microsoft.com/default.aspx?scid=kb;en-us;274149 Remediation for IIS 6.x: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0d49cbc8-10e1-4fa8-ba61- c34e524a3ae6.mspx?mfr=true http://msdn2.microsoft.com/en-us/library/ms998310.aspx Require SSL for an Authentication Cookie (IIS 7): http://technet.microsoft.com/en-us/library/cc771633(WS.10).aspx AnonymousIdentificationSection Class [iIS 7]: http://msdn.microsoft.com/en-us/library/ms689482.aspx Use the following links to remediate this issue on an Apache server: http://search.cpan.org/~jkrasnoo/ApacheCookieEncrypted-0.03/Encrypted.pm http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/class-use/Cookie.html
  19. soledue

    SSL Cookie

    how to marked the cookies with the "secure" attribute with apache + openssl?
  20. Wow thank you very much
  21. I'll explain, at every session I have a variable such as UserName I see that variable from another session without making it global. something like this for I:=0 to sessions.Count -1 do begin session.GetVariable['username']; end;
  22. would be nice if every session there is a variable such as tag where I can write in what form is so I can prevent access by other users
  23. with other words. I would like to see a variable in a session by another
  24. Is possible to know in one session what makes another?
×
×
  • Create New...