EP1086434A1 - A method and a system for transmitting a cookie - Google Patents

A method and a system for transmitting a cookie

Info

Publication number
EP1086434A1
EP1086434A1 EP99931671A EP99931671A EP1086434A1 EP 1086434 A1 EP1086434 A1 EP 1086434A1 EP 99931671 A EP99931671 A EP 99931671A EP 99931671 A EP99931671 A EP 99931671A EP 1086434 A1 EP1086434 A1 EP 1086434A1
Authority
EP
European Patent Office
Prior art keywords
cookie
user terminal
server
proxy server
remote server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP99931671A
Other languages
German (de)
English (en)
French (fr)
Inventor
Mikael Nilsson
Fredrik Andersson
Sören TORSTENSSON
Magnus Berglund
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Telefonaktiebolaget LM Ericsson AB
Original Assignee
Telefonaktiebolaget LM Ericsson AB
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget LM Ericsson AB filed Critical Telefonaktiebolaget LM Ericsson AB
Publication of EP1086434A1 publication Critical patent/EP1086434A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/561Adding application-functional data or data for application control, e.g. adding metadata
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/564Enhancement of application control based on intercepted application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • H04L67/5651Reducing the amount or size of exchanged application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • the present invention relates to a method and a system for transferring cookie information between a client and a server.
  • the invention relates to an end-user or client having access to a small amount of memory and also to a system where the client communicates with the server over a channel having a limited bandwidth.
  • a cookie is a mechanism developed by the Netscape Corporation to make up for the stateless nature of the hyper text transfer protocol (HTTP) protocol.
  • HTTP hyper text transfer protocol
  • Cookies solve this problem.
  • a cookie is a small piece of information, often no more than a short session identifier, that the HTTP server sends to the browser when the browser connects for the first time.
  • a cookie comprises a short instruction followed by a data field of up to 4 kbyte. Thereafter, the browser returns a copy of the cookie to the server each time it connects to the server, which issued the cookie.
  • the server uses the cookie to remember the user and to maintain the illusion of a session that spans multiple pages.
  • cookies are not part of the standard HTTP specification, only some browsers support them, such as "Microsoft Internet Explorer 3.0 and higher, and Netscape Navigator 2.0 and higher.
  • the server and/or its CGI scripts must also know about cookies in order to take advantage of them. Cookies cannot be used to steal information about a computer system, i.e. they cannot enter a computer system and return with information from it. They can only be used to store information that is provided at some point. Thus, for example, if one fills out a form giving a preferred colour, a server can turn this information into a cookie and send it to the browser used. The next time the browser contacts the site, the browser will return the cookie, allowing the server to alter background colour of its pages to suit the preferences of the user.
  • the information contained in the cookies can of course be intercepted when transferred on the internet. This may not pose such a big problem when the information is transferred on a wireline network or when the information is of a harmless nature, such as colour preferences.
  • the information contained in the cookies is confidential and also it sometimes may have to be transmitted over a wireless network, for example when the end user is using a mobile terminal, such as a lap top computer or any other computer communicating via modem over a wireless network.
  • a mobile terminal such as a lap top computer or any other computer communicating via modem over a wireless network.
  • the confidential information can be eavesdropped fairly easy, since the information is, at least partly, transmitted over an air interface, where it can be intercepted by a number of different equipment.
  • This object and others are obtained by locating a proxy server between an end-user and a remote server, which can intercept and store cookies transmitted from a remote server to the user terminal .
  • a remote HTTP server or the like when contacted by a user terminal and the remote server transmits a cookie to the user terminal, the cookie is intercepted and stored in the proxy server.
  • Information regarding the remote server e.g. its URL and an identification identifying the user terminal or the user is stored together with the cookie.
  • the proxy server matches the requested URL and the identification information and in this manner finds the stored cookie.
  • the cookie is then added to the request message so that the remote server is accessed with a copy of the cookie as desired.
  • the cookies do not need to be stored in the user terminal, which may have a small memory and which therefore is not suited for storing cookies. Furthermore, when the user terminal is a mobile terminal the cookie is not transmitted over an air-interface, thereby reducing the amount of data transmitted over the air interface significantly.
  • - Fig. 1 is a general view of a transmission system comprising a mobile user terminal.
  • Fig. 2 is a flow chart illustrating the steps carried out in a proxy server when receiving a URL request from a user terminal.
  • Fig. 1 a general view of a communication network is shown.
  • the network comprises a user terminal 52 having a web browser 54.
  • the user terminal 52 also comprises a wireless modem 58, by means of which the user terminal 52 can connect to a radio base station 60.
  • the radio base station 60 is connected to a remote proxy server 66, which preferably is located at a central location of the transmission system, for example the Home Location Register (HLR) if the system is a GSM-system.
  • the proxy server 66 comprises or is connected to a memory 72 for storing information regarding cookies, which is transmitted via the proxy server 66.
  • the proxy server 66 is connected to the World Wide Web (WWW) or the Internet 68 to which a number of remote servers 70 are connected.
  • WWW World Wide Web
  • the proxy server 66 can also be located at other locations in the system or distributed over the system. For example, if the transmission system is a GSM-system the cookie information can be stored at the Visiting Location Register (VLR) or even co- located with the radio base station.
  • VLR Visite Location Register
  • the proxy server 66 is located together with the HLR and the VLR and possibly also some of the radio base stations are provided with cache servers for caching cookie information. Similar arrangements can of course be made for other cellular radio systems.
  • a cookie may be transmitted back towards the user terminal 52.
  • a cookie is a small piece of information, often no more than a short session identifier, that the HTTP server sends to the browser and may consist of up to 4 kbyte of information.
  • the cookie is intercepted by the proxy server 66, which stores the cookie together with information regarding the URL that has issued the cookie and an identification identifying the user terminal 52.
  • the cookie will then not have to be transmitted over the wireless network, which usually has a very small bandwidth, typically 4.8 kbit/s, which will reduce the transmission time. Also, there will be no need for storing the cookie in the user terminal 52, which may be a hand-held computer such as the MC-16 manufactured by the company Ericsson, or a smart-phone, which may have a very limited memory.
  • the proxy server 66 will identify the user terminal 52, and check which site or URL (Uniform Resource Locator) the user is accessing. If the site has been accessed previously the proxy server will be able to match the identity with the URL and thereby find the cookie associated with that particular URL.
  • site or URL Uniform Resource Locator
  • the proxy server 66 then adds the cookie to the request from the user terminal 52 to the server 70.
  • the remote server 70 will then receive a connection request together with a cookie as if the cookie had been returned from the browser itself. In this manner data traffic over the wireless, low bit-rate part of the access path is reduced and the memory requirement on the user terminal 52 can be reduced.
  • Fig. 2 a flow chart of the actions performed in the remote proxy servers when a connection request is received from the user terminal towards a remote server 70 connected to the internet is shown.
  • a block 201 the request from the user terminal 52 is received.
  • the URL which the user terminal wants to access is read from the request.
  • the identification of the user terminal or user is determined.
  • the results of the actions performed in the blocks 203 and 205 are then used in a block 207 to determine if the URL previously has been requested or visited by that particular user terminal. Thus, in the block 207 it is checked if there is a cookie stored in the memory 72, which cookie is associated with that particular URL and that particular identification.
  • the cookie is added to the request in a block 209 and the request is then forwarded towards the remote server under which the requested URL is located. If, on the other hand, there is no match in the block 207, i.e. that particular URL is accessed for the first time by that particular user, the request is directly forwarded towards the server 70 in the block 211.
  • the cookies do not need to be stored in the user terminal, which in many cases have a small memory and which therefore is not suited for storing cookies. Furthermore, when the user terminal is a. mobile terminal, the cookie is not transmitted over an air- interface, thereby reducing the amount of data transmitted significantly. Also, the scattered of interception of data is reduced by the method and system as described herein.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • Library & Information Science (AREA)
  • Human Resources & Organizations (AREA)
  • Software Systems (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Transfer Between Computers (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
EP99931671A 1998-06-12 1999-06-08 A method and a system for transmitting a cookie Withdrawn EP1086434A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
SE9802098 1998-06-12
SE9802098A SE512672C2 (sv) 1998-06-12 1998-06-12 Förfarande och system för överföring av en cookie
PCT/SE1999/000992 WO1999064967A1 (en) 1998-06-12 1999-06-08 A method and a system for transmitting a cookie

Publications (1)

Publication Number Publication Date
EP1086434A1 true EP1086434A1 (en) 2001-03-28

Family

ID=20411681

Family Applications (1)

Application Number Title Priority Date Filing Date
EP99931671A Withdrawn EP1086434A1 (en) 1998-06-12 1999-06-08 A method and a system for transmitting a cookie

Country Status (11)

Country Link
EP (1) EP1086434A1 (zh)
JP (1) JP2002517861A (zh)
KR (1) KR20010071463A (zh)
CN (1) CN1135489C (zh)
AU (1) AU758578B2 (zh)
BR (1) BR9911164A (zh)
EE (1) EE03983B1 (zh)
HK (1) HK1039192B (zh)
MY (1) MY124068A (zh)
SE (1) SE512672C2 (zh)
WO (1) WO1999064967A1 (zh)

Families Citing this family (116)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6751654B2 (en) * 1999-03-31 2004-06-15 International Business Machines Corporation Simulating web cookies for non-cookie capable browsers
US7146354B1 (en) 1999-06-18 2006-12-05 F5 Networks, Inc. Method and system for network load balancing with a compound data structure
US6405219B2 (en) 1999-06-22 2002-06-11 F5 Networks, Inc. Method and system for automatically updating the version of a set of files stored on content servers
US6374300B2 (en) 1999-07-15 2002-04-16 F5 Networks, Inc. Method and system for storing load balancing information with an HTTP cookie
US6970933B1 (en) 1999-07-15 2005-11-29 F5 Networks, Inc. Enabling application level persistence between a server and another resource over a network
US7441045B2 (en) 1999-12-13 2008-10-21 F5 Networks, Inc. Method and system for balancing load distribution on a wide area network
AU3741200A (en) * 1999-12-20 2001-07-03 Netzero, Inc. Method and apparatus employing a proxy server for modifying an html document supplied by a web server to a web client
AU1882501A (en) * 1999-12-29 2001-07-16 Pango Systems B.V. System and method for incremental disclosure of personal information to content providers
US7047301B2 (en) 2000-01-31 2006-05-16 F5 Networks, Inc. Method and system for enabling persistent access to virtual servers by an LDNS server
US8380854B2 (en) 2000-03-21 2013-02-19 F5 Networks, Inc. Simplified method for processing multiple connections from the same client
US7343413B2 (en) 2000-03-21 2008-03-11 F5 Networks, Inc. Method and system for optimizing a network by independently scaling control segments and data flow
NO315179B1 (no) * 2000-03-22 2003-07-21 Elink As Fremgangsmåte for datakommunikasjon
EP1211860A1 (en) * 2000-12-01 2002-06-05 BRITISH TELECOMMUNICATIONS public limited company Provision of secure access for telecommunications system
WO2001078351A2 (en) * 2000-04-10 2001-10-18 British Telecommunications Public Limited Company Provision of secure access for telecommunications system
US8239445B1 (en) * 2000-04-25 2012-08-07 International Business Machines Corporation URL-based sticky routing tokens using a server-side cookie jar
WO2001090859A1 (en) 2000-05-19 2001-11-29 Netscape Communications Corporation Adaptive multi-tier authentication system
US7174454B2 (en) 2002-11-19 2007-02-06 America Online, Inc. System and method for establishing historical usage-based hardware trust
CN1878180A (zh) 2000-05-29 2006-12-13 诺基亚有限公司 同步方法
US6961330B1 (en) 2000-06-23 2005-11-01 Comverse Ltd. Web development and deployment using SMS and USSD
SE517116C2 (sv) * 2000-08-11 2002-04-16 Ericsson Telefon Ab L M Metod och anordning för säkra kommunikationstjänster
JP3501361B2 (ja) * 2000-09-04 2004-03-02 インターナショナル・ビジネス・マシーンズ・コーポレーション コンピュータネットワークシステム、コンピュータシステム、コンピュータシステム間の通信方法、コンピュータシステムのパフォーマンス測定方法および記録媒体
US7080147B2 (en) 2000-09-04 2006-07-18 International Business Machines Corporation Computer network system, computer system, method for communication between computer systems, method for measuring computer system performance, and storage medium
KR20020020407A (ko) * 2000-09-08 2002-03-15 정규석 무선 단말기에서 쿠키 적용 방법
EP1393523B1 (en) * 2001-05-17 2006-05-10 Axalto S.A. Method and chip card for management of cookie type data files
US8392527B2 (en) 2001-06-04 2013-03-05 Hewlett-Packard Development Company L.P. System and method for requesting computer resources
KR20030001018A (ko) * 2001-06-28 2003-01-06 박일남 웹 사이트상의 로그 관리 시스템 및 방법
US7062547B2 (en) 2001-09-24 2006-06-13 International Business Machines Corporation Method and system for providing a central repository for client-specific accessibility
US6970918B2 (en) * 2001-09-24 2005-11-29 International Business Machines Corporation System and method for transcoding support of web content over secure connections
US7093291B2 (en) * 2002-01-28 2006-08-15 Bailey Ronn H Method and system for detecting and preventing an intrusion in multiple platform computing environments
US20030177196A1 (en) * 2002-03-14 2003-09-18 Aditya Bhasin Method and system for providing proxy based caching services to a client device
FR2841416B1 (fr) * 2002-06-20 2005-01-28 Cegetel Groupe Procede de gestion d'informations de contexte par serveur intermediaire
EP1379044A1 (en) * 2002-06-22 2004-01-07 TELEFONAKTIEBOLAGET LM ERICSSON (publ) Method for providing information to a web server
US7430755B1 (en) 2002-09-03 2008-09-30 Fs Networks, Inc. Method and system for providing persistence in a secure network access
FR2844948B1 (fr) * 2002-09-23 2005-01-07 Eastman Kodak Co Procede d'archivage de messages multimedias
US8078759B2 (en) 2002-11-06 2011-12-13 Tellique Kommunikationstechnik Gmbh Method for prefetching of structured data between a client device and a server device
US7164685B2 (en) * 2003-04-11 2007-01-16 Nokia Corporation Cookies or liberty enabler for processing all connections between user/agent and origin server in a wireless network for enabling cookies or liberty support services for users/agents
US7921152B2 (en) 2003-07-17 2011-04-05 International Business Machines Corporation Method and system for providing user control over receipt of cookies from e-commerce applications
GB2415801A (en) * 2004-07-02 2006-01-04 Hewlett Packard Development Co Storage of data packages in association with electronic document browsing
US9407608B2 (en) 2005-05-26 2016-08-02 Citrix Systems, Inc. Systems and methods for enhanced client side policy
US8943304B2 (en) 2006-08-03 2015-01-27 Citrix Systems, Inc. Systems and methods for using an HTTP-aware client agent
US9692725B2 (en) 2005-05-26 2017-06-27 Citrix Systems, Inc. Systems and methods for using an HTTP-aware client agent
US9621666B2 (en) 2005-05-26 2017-04-11 Citrix Systems, Inc. Systems and methods for enhanced delta compression
JP2007219608A (ja) 2006-02-14 2007-08-30 Fujitsu Ltd 負荷分散処理プログラム及び負荷分散装置
US8561155B2 (en) 2006-08-03 2013-10-15 Citrix Systems, Inc. Systems and methods for using a client agent to manage HTTP authentication cookies
EP2040413B1 (en) * 2007-09-21 2013-06-19 Nokia Siemens Networks Oy Subscription and advice of charge control
KR100960152B1 (ko) 2007-10-24 2010-05-28 플러스기술주식회사 네트워크상의 복수 단말을 검출하여 인터넷을 허용 및차단하는 방법
EP2241081B1 (en) 2008-01-26 2018-05-02 Citrix Systems, Inc. Systems and methods for fine grain policy driven cookie proxying
EP2141891A3 (en) * 2008-06-30 2010-07-21 Hans E. Maier-Dech Single point of entry server solution for world-wide-web annotation services with reduced latency
US7975025B1 (en) 2008-07-08 2011-07-05 F5 Networks, Inc. Smart prefetching of data over a network
US7552210B1 (en) 2008-08-12 2009-06-23 International Business Machines Corporation Method of and system for handling cookies
US10157280B2 (en) 2009-09-23 2018-12-18 F5 Networks, Inc. System and method for identifying security breach attempts of a website
US8868961B1 (en) 2009-11-06 2014-10-21 F5 Networks, Inc. Methods for acquiring hyper transport timing and devices thereof
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US9313047B2 (en) 2009-11-06 2016-04-12 F5 Networks, Inc. Handling high throughput and low latency network data packets in a traffic management device
US9141625B1 (en) 2010-06-22 2015-09-22 F5 Networks, Inc. Methods for preserving flow state during virtual machine migration and devices thereof
US10015286B1 (en) 2010-06-23 2018-07-03 F5 Networks, Inc. System and method for proxying HTTP single sign on across network domains
US8908545B1 (en) 2010-07-08 2014-12-09 F5 Networks, Inc. System and method for handling TCP performance in network access with driver initiated application tunnel
US8347100B1 (en) 2010-07-14 2013-01-01 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US9083760B1 (en) 2010-08-09 2015-07-14 F5 Networks, Inc. Dynamic cloning and reservation of detached idle connections
US8886981B1 (en) 2010-09-15 2014-11-11 F5 Networks, Inc. Systems and methods for idle driven scheduling
WO2012058486A2 (en) 2010-10-29 2012-05-03 F5 Networks, Inc. Automated policy builder
US9554276B2 (en) 2010-10-29 2017-01-24 F5 Networks, Inc. System and method for on the fly protocol conversion in obtaining policy enforcement information
US8862870B2 (en) 2010-12-29 2014-10-14 Citrix Systems, Inc. Systems and methods for multi-level tagging of encrypted items for additional security and efficient encrypted item determination
US10135831B2 (en) 2011-01-28 2018-11-20 F5 Networks, Inc. System and method for combining an access control system with a traffic management system
CN102215250B (zh) * 2011-03-30 2013-06-26 广州市动景计算机科技有限公司 用于移动通讯设备终端的自动填表方法、服务器及客户端
US9246819B1 (en) 2011-06-20 2016-01-26 F5 Networks, Inc. System and method for performing message-based load balancing
US9270766B2 (en) 2011-12-30 2016-02-23 F5 Networks, Inc. Methods for identifying network traffic characteristics to correlate and manage one or more subsequent flows and devices thereof
US10230566B1 (en) 2012-02-17 2019-03-12 F5 Networks, Inc. Methods for dynamically constructing a service principal name and devices thereof
US9231879B1 (en) 2012-02-20 2016-01-05 F5 Networks, Inc. Methods for policy-based network traffic queue management and devices thereof
US9172753B1 (en) 2012-02-20 2015-10-27 F5 Networks, Inc. Methods for optimizing HTTP header based authentication and devices thereof
EP2853074B1 (en) 2012-04-27 2021-03-24 F5 Networks, Inc Methods for optimizing service of content requests and devices thereof
US9154423B1 (en) 2012-05-01 2015-10-06 F5 Networks, Inc. Minimize SYN-flood issues with flow cache while maintaining performance
US9525632B1 (en) 2012-05-01 2016-12-20 F5 Networks, Inc. Minimize recycle SYN issues for split TCP hot flows to improve system reliability and performance
US9338095B2 (en) 2012-05-01 2016-05-10 F5 Networks, Inc. Data flow segment optimized for hot flows
US9203771B1 (en) 2012-07-23 2015-12-01 F5 Networks, Inc. Hot service flow hardware offloads based on service priority and resource usage
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US9338143B2 (en) 2013-03-15 2016-05-10 Shape Security, Inc. Stateless web content anti-automation
US10187317B1 (en) 2013-11-15 2019-01-22 F5 Networks, Inc. Methods for traffic rate control and devices thereof
US9270647B2 (en) 2013-12-06 2016-02-23 Shape Security, Inc. Client/server security by an intermediary rendering modified in-memory objects
US8954583B1 (en) 2014-01-20 2015-02-10 Shape Security, Inc. Intercepting and supervising calls to transformed operations and objects
US9225729B1 (en) 2014-01-21 2015-12-29 Shape Security, Inc. Blind hash compression
US8893294B1 (en) 2014-01-21 2014-11-18 Shape Security, Inc. Flexible caching
US9027142B1 (en) 2014-01-21 2015-05-05 Shape Security, Inc. Dynamic field re-rendering
US9544329B2 (en) 2014-03-18 2017-01-10 Shape Security, Inc. Client/server security by an intermediary executing instructions received from a server and rendering client application instructions
US9411958B2 (en) 2014-05-23 2016-08-09 Shape Security, Inc. Polymorphic treatment of data entered at clients
US9858440B1 (en) 2014-05-23 2018-01-02 Shape Security, Inc. Encoding of sensitive data
US9083739B1 (en) 2014-05-29 2015-07-14 Shape Security, Inc. Client/server authentication using dynamic credentials
US9210171B1 (en) 2014-05-29 2015-12-08 Shape Security, Inc. Selectively protecting valid links to pages of a web site
US10050935B2 (en) 2014-07-09 2018-08-14 Shape Security, Inc. Using individualized APIs to block automated attacks on native apps and/or purposely exposed APIs with forced user interaction
US9258274B2 (en) 2014-07-09 2016-02-09 Shape Security, Inc. Using individualized APIs to block automated attacks on native apps and/or purposely exposed APIs
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US9003511B1 (en) 2014-07-22 2015-04-07 Shape Security, Inc. Polymorphic security policy action
US10122630B1 (en) 2014-08-15 2018-11-06 F5 Networks, Inc. Methods for network traffic presteering and devices thereof
US9729506B2 (en) 2014-08-22 2017-08-08 Shape Security, Inc. Application programming interface wall
US9438625B1 (en) 2014-09-09 2016-09-06 Shape Security, Inc. Mitigating scripted attacks using dynamic polymorphism
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
US10516743B1 (en) 2015-03-24 2019-12-24 Quest Software Inc. Systems and methods for facilitating portable user sessions
US9608975B2 (en) 2015-03-30 2017-03-28 Shape Security, Inc. Challenge-dynamic credential pairs for client/server request validation
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US11350254B1 (en) 2015-05-05 2022-05-31 F5, Inc. Methods for enforcing compliance policies and devices thereof
US10505818B1 (en) 2015-05-05 2019-12-10 F5 Networks. Inc. Methods for analyzing and load balancing based on server health and devices thereof
US11757946B1 (en) 2015-12-22 2023-09-12 F5, Inc. Methods for analyzing network traffic and enforcing network policies and devices thereof
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US10791088B1 (en) 2016-06-17 2020-09-29 F5 Networks, Inc. Methods for disaggregating subscribers via DHCP address translation and devices thereof
US11063758B1 (en) 2016-11-01 2021-07-13 F5 Networks, Inc. Methods for facilitating cipher selection and devices thereof
US10505792B1 (en) 2016-11-02 2019-12-10 F5 Networks, Inc. Methods for facilitating network traffic analytics and devices thereof
US11496438B1 (en) 2017-02-07 2022-11-08 F5, Inc. Methods for improved network security using asymmetric traffic delivery and devices thereof
US10791119B1 (en) 2017-03-14 2020-09-29 F5 Networks, Inc. Methods for temporal password injection and devices thereof
US10812266B1 (en) 2017-03-17 2020-10-20 F5 Networks, Inc. Methods for managing security tokens based on security violations and devices thereof
US10931662B1 (en) 2017-04-10 2021-02-23 F5 Networks, Inc. Methods for ephemeral authentication screening and devices thereof
US11122042B1 (en) 2017-05-12 2021-09-14 F5 Networks, Inc. Methods for dynamically managing user access control and devices thereof
US11122083B1 (en) 2017-09-08 2021-09-14 F5 Networks, Inc. Methods for managing network connections based on DNS data and network policies and devices thereof
US11658995B1 (en) 2018-03-20 2023-05-23 F5, Inc. Methods for dynamically mitigating network attacks and devices thereof
US11044200B1 (en) 2018-07-06 2021-06-22 F5 Networks, Inc. Methods for service stitching using a packet header and devices thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5586260A (en) * 1993-02-12 1996-12-17 Digital Equipment Corporation Method and apparatus for authenticating a client to a server in computer systems which support different security mechanisms

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO9964967A1 *

Also Published As

Publication number Publication date
MY124068A (en) 2006-06-30
CN1305613A (zh) 2001-07-25
AU4811499A (en) 1999-12-30
EE200000711A (et) 2002-04-15
HK1039192A1 (en) 2002-04-12
EE03983B1 (et) 2003-02-17
SE9802098L (sv) 1999-12-13
HK1039192B (zh) 2004-12-03
BR9911164A (pt) 2001-03-27
AU758578B2 (en) 2003-03-27
WO1999064967A1 (en) 1999-12-16
SE9802098D0 (sv) 1998-06-12
SE512672C2 (sv) 2000-04-17
JP2002517861A (ja) 2002-06-18
CN1135489C (zh) 2004-01-21
KR20010071463A (ko) 2001-07-28

Similar Documents

Publication Publication Date Title
AU758578B2 (en) A method and a system for transmitting a cookie
AU741463B2 (en) Method and apparatus in a wireless communication system for splitting a browser functionality between a wireless client and an infrastructure portion
EP1222827B1 (en) Method and apparatus for selectively providing user-specific information to origin servers in wireless application protocol applications
US20030028612A1 (en) System and method for providing mobile server services
US20010028636A1 (en) Method and apparatus for mapping an IP address to an MSISDN number within a service network
JP2004523180A (ja) ビーコンネットワーク
EP1470732A1 (en) Provision of location information
JP2008522464A (ja) 端末要求をエージェントがリダイレクトする方法及びシステム
CA2394294C (en) Data obtaining method and terminals
US20040157562A1 (en) Requests in a communication system
WO2002102025A1 (en) Using wireless cookies to deliver mobile-based location information
US20050188004A1 (en) State-dependent information serving
KR101042161B1 (ko) 이동통신 단말기를 위한 컨텐츠 자동 번역 시스템 및 방법
WO2002102024A1 (en) Using wireless cookies to deliver network-based location information
GB2450494A (en) Obtaining access to a portal through data embedded in DNS query messages
WO2001071552A3 (de) Verfahren und kommunikationssystem zum bereitstellen geographischer angaben beim abruf von informationen im www/wap
AU2002339933A1 (en) Requests in a communication system

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20001204

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): ES GB IT

RIN1 Information on inventor provided before grant (corrected)

Inventor name: BERGLUND, MAGNUS

Inventor name: TORSTENSSON, SOEREN

Inventor name: ANDERSSON, FREDRIK

Inventor name: NILSSON, MIKAEL

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)

17Q First examination report despatched

Effective date: 20050701

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20051112